Mercurial > repos > other > Puppet
view manifests/site.pp @ 35:1bb941522ebf puppet-3.6
Handle differences in firewalling between ASO (using APF) and most other hosts (using iptables)
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 14 Mar 2015 20:01:17 +0000 |
parents | e3aeb8761950 |
children | ea72ea1f7320 |
line wrap: on
line source
Exec { path => "/usr/bin:/usr/sbin/:/bin:/sbin" } if versioncmp($::puppetversion, '3.6.1') >= 0 { $allow_virtual_packages = hiera('allow_virtual_packages', false) Package { allow_virtual => $allow_virtual_packages, } }