aboutsummaryrefslogtreecommitdiff
path: root/modules/base_installation
diff options
context:
space:
mode:
Diffstat (limited to 'modules/base_installation')
-rw-r--r--modules/base_installation/files/scripts/puppet_reset_and_apply2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/base_installation/files/scripts/puppet_reset_and_apply b/modules/base_installation/files/scripts/puppet_reset_and_apply
index ff71aa8..6743044 100644
--- a/modules/base_installation/files/scripts/puppet_reset_and_apply
+++ b/modules/base_installation/files/scripts/puppet_reset_and_apply
@@ -8,7 +8,7 @@ if [ -n "$1" ]; then
8 branch="$1" 8 branch="$1"
9fi 9fi
10 10
11git reset --hard origin/$1 11git reset --hard origin/$branch
12 12
13git submodule update --init 13git submodule update --init
14puppet apply --test manifests/site.pp 14puppet apply --test manifests/site.pp