Skip to content

devopsconsulting/puppet-mcollective

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

puppet-mcollective: install mcollective

Include a server into a collective:

class {"mcollective":
    stomp_host => 'mcollective.stomphost.com',
    stomp_port => 6163,
    stomp_user => "mcollective",
    stomp_password => "pleasechangeme"
}

Install the mco command line tool:

class {"mcollective::master":
    stomp_host => 'mcollective.stomphost.com',
    stomp_port => 6163,
    stomp_user => "mcollective",
    stomp_password="pleasechangeme"
}

Install a rabbitmq stomp server to connect your servers into a collective:

class {"mcollective::rabbitmqstomp":
    stomp_user => "mcollective",
    stomp_password => "pleasechangeme"
}

About

Our mcollective installation module.

Resources

Stars

Watchers

Forks

Packages

No packages published