Skip to content

Commit 1a079e3

Browse files
committed
add --debug to puppet, libioc will filter it out anyway
1 parent eee303f commit 1a079e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libioc/Provisioning/puppet.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,12 +137,12 @@ def generate_postinstall(self) -> str:
137137
remote: {self.source}
138138
>EOF
139139
140-
r10k deploy environment -p
140+
r10k deploy environment -pv
141141
142142
"""
143143

144144
postinstall += """
145-
puppet apply /usr/local/etc/puppet/environments/manifests/site.pp
145+
puppet apply --debug {basedir}/manifests/site.pp
146146
"""
147147
return postinstall
148148

0 commit comments

Comments
 (0)