Skip to main content
Home
badllama.com
  • Search
  • Log In

puppet linux console

Puppet console commands

cpeters's picture

Wed, 04/20/2016 - 12:48 by cpeters

Fetch Puppet Enterprise:

curl -L -o pe-latest.tgz 'https://pm.puppetlabs.com/cgi-bin/download.cgi?dist=el&rel=7&arch=x86_64&ver=latest'

Install script to run from an agent:

curl -k https://[hostname]:8140/packages/current/install.bash | bash

Discover / authorize nodes waiting on signing by the master:

puppet cert list
puppet cert sign [hostname]
puppet cert list -a

Puppet agent commands

puppet agent -t

Look for errors in Puppet Code

puppet parser validate groups/wheel.pp 
Tags: 
puppet linux console
  • Read more about Puppet console commands
Powered by Backdrop CMS