From: Philipp Dallig Date: Wed, 17 Aug 2016 10:39:42 +0000 (+0200) Subject: Add mco corelib dir X-Git-Tag: v0.1.0~4275 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=e29fd32e174963dc4af433ba305f19669e91b9da;p=pixelpark%2Fhiera.git Add mco corelib dir --- diff --git a/modules/mcollective.yaml b/modules/mcollective.yaml index f6adcfbb..56f4ad0d 100644 --- a/modules/mcollective.yaml +++ b/modules/mcollective.yaml @@ -9,4 +9,6 @@ mcollective::middleware_ssl: true mcollective::ssl_ca_cert: "%{puppet_vardir}/ssl/certs/ca.pem" mcollective::ssl_server_public: puppet:///mco_dir/mcollective-servers-cert.pem mcollective::ssl_server_private: puppet:///mco_dir/mcollective-servers-key.pem -mcollective::ssl_client_certs: puppet:///mco_dir/clients \ No newline at end of file +mcollective::ssl_client_certs: puppet:///mco_dir/clients +mcollective::core_libdir: '/usr/libexec/mcollective' + \ No newline at end of file