wiki:puppet/transition-to-puppet

Version 3 (modified by Jamie McClelland, 13 years ago) ( diff )

--

Transition to Puppet

Here are the steps to transition an MFPL server to puppet:

From your local computer run:

scp confdir/modules/freepuppet/files/freepuppet* root@$server.mayfirst.org:/usr/local/sbin

On the remote computer run:

aptitude install puppet-common git-core lsb-release 
freepuppet-init

On local computer run, from your puppet confdir:

git add remote $server root@$server.mayfirst.org:/etc/puppet-bare
git push $server master
Note: See TracWiki for help on using the wiki.