puppet-standalone-mashup/skel/apply.erb

13 lines
333 B
Plaintext
Raw Normal View History

#!/bin/bash
mkdir -p ~/.puppet
2012-07-31 19:58:54 +00:00
RUBYLIB="${PWD}/lib:${PWD}/shared/lib" \
2012-06-04 19:05:38 +00:00
<%= with_additional_puppet_bin_path %> \
puppet apply <%= additional_puppet_options %> \
--confdir=$PWD \
--modulepath=$PWD/modules:$PWD/shared/modules \
--templatedir=$PWD/templates:$PWD/shared/templates \
-v --no-report $@ \
2012-06-04 19:05:38 +00:00
manifests/site.pp