Skip to content
Snippets Groups Projects
Commit ad8c1742 authored by schiermi's avatar schiermi
Browse files

Experiments part 26

parent 5f19448a
Branches
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ class persist {
file { '/usr/local/sbin/git2puppet':
ensure => present,
content => "#!/bin/bash\ncd /etc/puppet && git pull && puppet apply /etc/puppet/manifests/site.pp\n",
content => "#!/bin/bash\ncd /etc/puppet && git pull && git submodules update && puppet apply /etc/puppet/manifests/site.pp\n",
mode => '0755',
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment