Skip to content

Instantly share code, notes, and snippets.

@deepybee
Created April 16, 2015 11:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deepybee/857945f17773baa509ba to your computer and use it in GitHub Desktop.
Save deepybee/857945f17773baa509ba to your computer and use it in GitHub Desktop.
puppet install_options
package { 'collectd':
ensure => $collectd::package_ensure,
name => $collectd::package_name,
require => Apt::Source['apt_repo_name'],
install_options => ['--force-yes'],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment