From f1c63c766015b1644ca8cfb08067c562f6b375fa Mon Sep 17 00:00:00 2001 From: varac Date: Mon, 28 Jan 2013 17:10:20 +0100 Subject: provide puppet libdir for leap deploy to load custom puppet functions --- lib/leap_cli/commands/deploy.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/leap_cli/commands/deploy.rb') 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 -- cgit v1.2.3