Changes between Version 1 and Version 2 of puppet/transition-to-puppet
- Timestamp:
- Apr 23, 2011, 7:59:26 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
puppet/transition-to-puppet
v1 v2 16 16 }}} 17 17 18 On local computer run, from your puppet confdir: 18 19 20 {{{ 21 git add remote $server root@$server.mayfirst.org 22 git push $server master 23 }}}