Changes between Version 6 and Version 7 of puppet/transition-to-puppet


Ignore:
Timestamp:
Apr 23, 2011, 11:15:48 PM (13 years ago)
Author:
Joseph
Comment:

--

Legend:

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

    v6 v7  
    99}}}
    1010
     11On the remote computer update the installed packages:
     12
     13{{{
     14apt-get update
     15apt-get dist-upgrade
     16}}}
     17
    1118On the remote computer run:
    1219
    1320{{{
    14 aptitude install puppet-common git-core lsb-release
     21apt-get install puppet-common git-core lsb-release
    1522freepuppet-init
    1623}}}