view manifests/site.pp @ 58:65b227da8dc2 puppet-3.6

Merge Default again (Because somehow the last one wasn't the latest default, even though I did "hg pull -u" just before the merge)
author IBBoard <dev@ibboard.co.uk>
date Sun, 26 Jul 2015 17:58:06 +0100
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,
	}
}