Remove puppet run from static containers
Additional puppet runs have no impact on deployment of rsync and rsyslog containers because they do not change their configuration based on how a user deploys their environment. Change-Id: Ic5aac99620a8b6e24c5c5c2be9d246186df08a6c Closes-Bug: #1395658 Related-Bug: #1382531
This commit is contained in:
parent
0fe3db7475
commit
ace6f48b84
@ -5,5 +5,4 @@
|
||||
rm -f /var/lib/rpm/__db.*
|
||||
rpm --rebuilddb
|
||||
|
||||
puppet apply -v /etc/puppet/modules/nailgun/examples/puppetsync-only.pp
|
||||
/usr/sbin/xinetd -dontfork
|
||||
|
@ -5,7 +5,5 @@
|
||||
rm -f /var/lib/rpm/__db.*
|
||||
rpm --rebuilddb
|
||||
|
||||
puppet apply -d -v /etc/puppet/modules/nailgun/examples/rsyslog-only.pp
|
||||
|
||||
/sbin/rsyslogd -i /var/run/syslogd.pid -c 5 -x -n
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user