Changes between Initial Version and Version 1 of puppet/transition-to-puppet
- Timestamp:
- Apr 23, 2011, 7:44:42 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
puppet/transition-to-puppet
v1 v1 1 = Transition to Puppet = 2 3 Here are the steps to transition an MFPL server to puppet: 4 5 From your local computer run: 6 7 {{{ 8 scp confdir/modules/freepuppet/files/freepuppet* root@$server.mayfirst.org:/usr/local/sbin 9 }}} 10 11 On the remote computer run: 12 13 {{{ 14 aptitude install puppet-common git-core lsb-release 15 freepuppet-init 16 }}} 17 18