Fixing vro

This commit is contained in:
maju6406 2018-08-20 22:56:55 -07:00
parent 982fdb659b
commit 1f5ef05c21

View File

@ -3,7 +3,7 @@ class profile::vro_provisioned {
# any operating system-specific state for vro-provisioned machines.
# it's common to change the Administrator user name on Windows, for example.
case $kernel {
case $::kernel {
'Linux': {
$agent_confdir = '/etc/puppetlabs/puppet'
}