Difference between revisions of "GCube Puppet integration"

From D4Science Wiki
Jump to: navigation, search
(Created page with "== Puppet client installation == The installation of the puppet client can be performed as follows: ( on RH systems) * rpm -ivh http://yum.puppetlabs.com/el/6/products/x86_64...")
 
(Puppet client installation)
Line 1: Line 1:
 
== Puppet client installation ==
 
== Puppet client installation ==
 +
 +
Architecture http://docs.puppetlabs.com/learning/agent_master_basic.html
  
 
The installation of the puppet client  can be performed as follows: ( on RH systems)
 
The installation of the puppet client  can be performed as follows: ( on RH systems)
Line 11: Line 13:
 
  ...
 
  ...
 
     pluginsync = true
 
     pluginsync = true
 +
 +
== Puppet client test ==
 +
 +
*  puppet agent --server=node12.d.d4science.research-infrastructures.eu --test

Revision as of 12:25, 18 January 2014

Puppet client installation

Architecture http://docs.puppetlabs.com/learning/agent_master_basic.html

The installation of the puppet client can be performed as follows: ( on RH systems)

# vim /etc/puppet/puppet.conf
[main]
...
   pluginsync = true

Puppet client test

  • puppet agent --server=node12.d.d4science.research-infrastructures.eu --test