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:
Ben Vincent 2023-10-22 00:02:43 +09:30
commit cfe30823b4

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)",