fix: found typo in r10k script
This commit is contained in:
parent
2faed5de72
commit
f772215630
@ -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)",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user