X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Fpubsub.pp;h=38b55f71806630661c390575b5297c3c0bae6a79;hb=d63068dc7d8ace2d3fc0b6076b97b798b24e2b08;hp=9134df0658cd0995730ef98ccf43fceb2ff1c771;hpb=b446e957c2907a385168b3ddc7754b127837612f;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/manifests/pubsub.pp b/modules/roles/manifests/pubsub.pp index 9134df065..38b55f718 100644 --- a/modules/roles/manifests/pubsub.pp +++ b/modules/roles/manifests/pubsub.pp @@ -19,7 +19,7 @@ class roles::pubsub { ssl => true, ssl_cacert => '/etc/ssl/debian/certs/ca.crt', ssl_cert => '/etc/ssl/debian/certs/thishost-server.crt', - ssl_key => '/etc/ssl/debian/keys/thishost-server.key', + ssl_key => '/etc/ssl/private/thishost-server.key', ssl_port => 5671, ssl_verify => 'verify_none', manage_repos => false,