Changes between Version 1 and Version 2 of how-to/puppet/freepuppet-helper


Ignore:
Timestamp:
Nov 10, 2011, 9:16:13 PM (12 years ago)
Author:
Ross
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • how-to/puppet/freepuppet-helper

    v1 v2  
    7777== What other commands are available? ==
    7878
     79You can search for server information to find specifics about the server using the ld command.
     80
     81Show manifest details for a specific server.
     82{{{
     830 Thu Nov 10 ross:~/testing/puppet/confdir/helper$ freepuppet-helper ld:debord
     84
     85debord
     86
     87 | node | => debord.mayfirst.org
     88
     89 | m_backupninja::server::configure_node | => debord
     90
     91 | $mfpl_location | => telehouse
     92
     93 | $mfpl_purpose | => saharareporters web server
     94
     95 | monkeysphere::publish_server_keys | => debord
     96
     97 | $mfpl_namesake | => https://wikimedia.org/en/wiki/Guy_Debord
     98
     99 | $mfpl_backup_rsync_target | => ali.mayfirst.org
     100
     101 | hostgroups |  =>  | telehouse-servers | ssh-servers
     102
     103 | m_nagios_host | => debord
     104
     105 | parents |  =>  | avensys-gateway | bolivar | telehouse-gateway
     106
     107 | address | => 209.51.180.236
     108
     109 | include |  =>  | m_sshd::default | m_minimal | m_addroutes | m_esmtp | m_backupninja::mysql
     110
     111 | gpg::publish_user_key | => root
     112
     113 | $mfpl_backup_rdiff_target | => robideau.mayfirst.org
     114
     115
     1160 Thu Nov 10 ross:~/testing/puppet/confdir/helper$
     117
     118}}}
     119
     120Or you can search for a particular component in the manifest by adding search terms.
     121
     122{{{
     1230 Thu Nov 10 ross:~/testing/puppet/confdir/helper$ freepuppet-helper ld:debord backup
     124
     125debord
     126
     127 | m_backupninja::server::configure_node |  => debord
     128
     129 | $mfpl_backup_rdiff_target |  => robideau.mayfirst.org
     130
     131 | $mfpl_backup_rsync_target |  => ali.mayfirst.org
     132
     133
     1340 Thu Nov 10 ross:~/testing/puppet/confdir/helper$
     135}}}
     136
     137ld is a subcommand of freepuppet-helper.
     138
    79139Run:
    80140