Changes between Version 18 and Version 19 of how-to/puppet


Ignore:
Timestamp:
Mar 15, 2013, 12:14:16 PM (11 years ago)
Author:
Ross
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • how-to/puppet

    v18 v19  
    99== checking out the code ==
    1010
    11 Anyone can [wiki:puppet/checkout checkout our puppet files] read-only. Members of the [wiki:support-team support team] can checkout read/write copies. Checking out the code is the first step to familiarizing yourself with our puppet setup.
     11Anyone can [wiki:how-to/puppet/checkout checkout our puppet files] read-only. Members of the [wiki:support-team support team] can checkout read/write copies. Checking out the code is the first step to familiarizing yourself with our puppet setup.
    1212
    1313== understanding the code ==
    1414
    15 We have taken a non-traditional approach deploying puppet. You will need to read our [wiki:puppet/layout explanation of how our puppet code is organized and deployed].
     15We have taken a non-traditional approach deploying puppet. You will need to read our [wiki:how-to/puppet/layout explanation of how our puppet code is organized and deployed].
    1616
    1717== setting up a development environment ==
    1818
    19 If you'd like to test changes, follow our [wiki:puppet/dev-env directions for setting up a puppet development environment].
     19If you'd like to test changes, follow our [wiki:how-to/puppet/dev-env directions for setting up a puppet development environment].
    2020
    2121== workflow ==
    2222
    23 A [wiki:puppet/workflow few simple tips on workflow] will make developing MF/PL's puppet setup much easier.
     23A [wiki:how-to/puppet/workflow few simple tips on workflow] will make developing MF/PL's puppet setup much easier.
    2424
    25 If you want a puppet release to go to all servers, you will need to [wiki:faq/admin/puppet/sign-release sign a release].
     25If you want a puppet release to go to all servers, you will need to [wiki:how-to/puppet/sign-release sign a release].
    2626
    2727== using freepuppet-helper ==
    2828
    29 freepuppet-helper is a python script that allows us to execute commands locally or remotely on our servers. Our [wiki:puppet/freepuppet-helper freepuppet-helper setup] provides useful commands to be to maintain our servers.
     29freepuppet-helper is a python script that allows us to execute commands locally or remotely on our servers. Our [wiki:how-to/puppet/freepuppet-helper freepuppet-helper setup] provides useful commands to be to maintain our servers.