From f77221563047a73311ceb5f5d947ffe6d66d14f4 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sun, 22 Oct 2023 01:30:57 +1100 Subject: [PATCH] fix: found typo in r10k script --- site/profiles/manifests/puppet/r10k.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/profiles/manifests/puppet/r10k.pp b/site/profiles/manifests/puppet/r10k.pp index c404be7..29d302f 100644 --- a/site/profiles/manifests/puppet/r10k.pp +++ b/site/profiles/manifests/puppet/r10k.pp @@ -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)",