Skip to content

Puppet example for the installation of the VividCortex repository

Notifications You must be signed in to change notification settings

VividCortex/puppet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Puppet Example

Puppet Master:

Install VividCortex module into: code/modules or code/environments/production/modules/

Configure a node to use the new module

Given an environment named production:

environments/production/manifests/site.pp:

node 'my-host' {
  class { 'vividcortex':
     apitoken => '1234'
  }
}

Puppet Client

Apply the change on the node

puppet agent -t

Check to see that it's running:

service vividcortex status

About

Puppet example for the installation of the VividCortex repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •