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:
2023-10-22 00:02:43 +09:30
+1 -1
View File
@@ -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)",