From: varac Date: Mon, 28 Jan 2013 16:10:20 +0000 (+0100) Subject: provide puppet libdir for leap deploy to load custom puppet functions X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f1c63c766015b1644ca8cfb08067c562f6b375fa;p=leap%2Fleap_cli.git provide puppet libdir for leap deploy to load custom puppet functions --- diff --git a/lib/leap_cli/commands/deploy.rb b/lib/leap_cli/commands/deploy.rb index 3cc1d58..1071208 100644 --- a/lib/leap_cli/commands/deploy.rb +++ b/lib/leap_cli/commands/deploy.rb @@ -34,7 +34,7 @@ module LeapCli ssh.set :puppet_destination, '/srv/leap' ssh.set :puppet_command, '/usr/bin/puppet apply --color=false' ssh.set :puppet_lib, "puppet/modules" - ssh.set :puppet_parameters, '--confdir puppet puppet/manifests/site.pp' + ssh.set :puppet_parameters, '--libdir puppet/lib --confdir puppet puppet/manifests/site.pp' ssh.set :puppet_stream_output, true ssh.apply_puppet end @@ -113,4 +113,4 @@ module LeapCli end end -end \ No newline at end of file +end