Merge pull request 'fix: found typo in r10k script' (#30) from neoloc/r10k_typo into develop
Reviewed-on: unkinben/puppet-prod#30
This commit is contained in:
commit
cfe30823b4
@ -52,7 +52,7 @@ class profiles::puppet::r10k (
|
|||||||
group => 'root',
|
group => 'root',
|
||||||
mode => '0755',
|
mode => '0755',
|
||||||
content => "#!/bin/bash\n(
|
content => "#!/bin/bash\n(
|
||||||
cd /etc/puppetlabls/r10k
|
cd /etc/puppetlabs/r10k
|
||||||
git reset --hard master
|
git reset --hard master
|
||||||
git clean -fd
|
git clean -fd
|
||||||
git pull\n)",
|
git pull\n)",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user