Mercurial > repos > other > Puppet
view manifests/site.pp @ 250:2d119b462c83
Add some missing command prompt dependencies
We use tmux for multi-prompt access and use the git prompt
to track what's not committed
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 22 Dec 2019 06:58:44 -0500 |
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, } }