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

Removed unnecessary apt-get update.

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