Sha256: 1e777704414543151f17c69ff3dd515e3858caba45773229a90d54dfd2e5229f

Contents?: true

Size: 357 Bytes

Versions: 3

Compression:

Stored size: 357 Bytes

Contents

if [ -f /opt/puppet/bin/puppet ]; then
  echo "Puppet Enterprise already present, version $(/opt/puppet/bin/puppet --version)"
  echo "Skipping installation."
else
  <%= @installer_cmd %>
  echo
  echo
  echo " -- Notice: scheduling Puppet run in one minute to install mcollective"
  echo "/opt/puppet/bin/puppet agent --onetime --noop" | at next minute
fi

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
vagrant-pe_build-0.0.3 bootstrap/base/provision/install_puppet_enterprise.sh
vagrant-pe_build-0.0.2 bootstrap/base/provision/install_puppet_enterprise.sh
vagrant-pe_build-0.0.1 bootstrap/base/provision/install_puppet_enterprise.sh