Changes between Initial Version and Version 1 of puppet/transition-to-puppet


Ignore:
Timestamp:
Apr 23, 2011, 7:44:42 PM (14 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • puppet/transition-to-puppet

    v1 v1  
     1= Transition to Puppet =
     2
     3Here are the steps to transition an MFPL server to puppet:
     4
     5From your local computer run:
     6
     7{{{
     8scp confdir/modules/freepuppet/files/freepuppet* root@$server.mayfirst.org:/usr/local/sbin
     9}}}
     10
     11On the remote computer run:
     12
     13{{{
     14aptitude install puppet-common git-core lsb-release
     15freepuppet-init
     16}}}
     17
     18