Move playbook to correct location

Move the restart_jenkins_master.yaml playbook to the proper playbooks
location.

Change-Id: Ia2879feca53e0d742ac0b1e3540b573ed8adee19
This commit is contained in:
Timothy R. Chavez 2015-11-04 12:45:12 -06:00
parent f472c1ed6a
commit c4c95b11d8
2 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ class openstack_project::puppetmaster (
weekday => '6', weekday => '6',
hour => '0', hour => '0',
minute => '15', minute => '15',
command => "flock -n /var/run/puppet/restart_jenkins_masters.lock ansible-playbook -f 1 /etc/ansible/playbooks/restart_jenkins_masters.yaml --extra-vars 'user=${jenkins_api_user} password=${jenkins_api_key}' >> /var/log/restart_jenkins_masters.log 2>&1", command => "flock -n /var/run/puppet/restart_jenkins_masters.lock ansible-playbook -f 1 /opt/system-config/production/playbooks/restart_jenkins_masters.yaml --extra-vars 'user=${jenkins_api_user} password=${jenkins_api_key}' >> /var/log/restart_jenkins_masters.log 2>&1",
} }
logrotate::file { 'restartjenkinsmasters': logrotate::file { 'restartjenkinsmasters':