Skip to content

mpalmer/puppet-module-consul

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Install and manage consul.

Usage

To install an agent, go like this:

consul::agent { "foo":
  # Should this agent be a server, or a client?
  server => true,   # or false
  # Tell the agent to join an existing cluster automagically
  join   => undef,  # or a hostname/IP address
  # What to set -bootstrap-expect to (only for server => true)
  expect => 5,
}

About

Consul management for Puppet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published