Skip to content

Instantly share code, notes, and snippets.

@zipkid
Created August 3, 2012 12:48
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 zipkid/0254f0f69a9fa85cded8 to your computer and use it in GitHub Desktop.
Save zipkid/0254f0f69a9fa85cded8 to your computer and use it in GitHub Desktop.
mco_setup:
stomp_server: 'pmco1'
mc_security_psk: 'pwd'
manage_plugins: true
fact_source: 'yaml'
yaml_facter_source: '/etc/mcollective/facts.yaml'
err: Could not retrieve catalog from remote server: Error 400 on SERVER: could not create resource of unknown type mcollective at /etc/puppet-modules-1/mcollective/manifests/setup.pp:9 on node pmco1
class mcollective::setup(
$mco_setup = hiera( 'mco_setup', {} ),
)
{
validate_hash( $mco_setup )
if( $mco_setup )
{
create_resources( 'mcollective', $mco_setup )
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment