diff --git a/site/profiles/manifests/puppet/r10k.pp b/site/profiles/manifests/puppet/r10k.pp index c404be7..29d302f 100644 --- a/site/profiles/manifests/puppet/r10k.pp +++ b/site/profiles/manifests/puppet/r10k.pp @@ -52,7 +52,7 @@ class profiles::puppet::r10k ( group => 'root', mode => '0755', content => "#!/bin/bash\n( - cd /etc/puppetlabls/r10k + cd /etc/puppetlabs/r10k git reset --hard master git clean -fd git pull\n)",