Remove sign_infra_nodes_certs role

Now it uses autosign the puppetmaster, no point having this role
anymore.
This commit is contained in:
Ricardo Carrillo Cruz 2015-08-12 11:46:05 +02:00
parent 28618f80cb
commit 29292fe41e
1 changed files with 0 additions and 4 deletions

View File

@ -1,4 +0,0 @@
---
- command: puppet cert sign {{ item }} creates=/var/lib/puppet/ssl/ca/signed/{{ item }}.pem
when: item != inventory_hostname
with_items: groups['infra']