Guest User

Untitled

a guest
Sep 2nd, 2014
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. if versioncmp($::puppetversion,'3.6.1') >= 0 {
  2.  
  3. $allow_virtual_packages = hiera('allow_virtual_packages',false)
  4.  
  5. Package {
  6. allow_virtual => $allow_virtual_packages,
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment