fix: found typo in r10k script

This commit is contained in:
Ben Vincent 2023-10-22 01:30:57 +11:00
parent 2faed5de72
commit f772215630

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