1
0
mirror of https://github.com/krislamo/pup-tests synced 2025-09-08 07:49:28 +00:00

Modified to work with VirtualBox

Development moved to VirtualBox due to work's custom vagrant box
only supporting the VirtualBox provider. Development may eventually
end up back on libvirt. Version numbers were updated, some broken
code was removed and more instructions were added on the readme.
This commit is contained in:
2019-02-07 11:44:32 -05:00
parent c3802b255a
commit 03bacd745b
3 changed files with 13 additions and 23 deletions

View File

@@ -10,13 +10,6 @@
- name: Start Puppet
service: name=puppet state=started
- name: Wait for Puppet Master
wait_for:
host: puppet
port: 8140
delay: 10
when: agent_install.changed
- name: Request Puppet Master
command: puppet agent -t
register: send_csr