Mercurial > repos > other > Puppet
view manifests/site.pp @ 23:aa40b53324e4 puppet-3.6
Make MySQL Website class more flexible for supporting MariaDB
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 08 Mar 2015 23:58:22 +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, } }