| | 79 | You can search for server information to find specifics about the server using the ld command. |
| | 80 | |
| | 81 | Show manifest details for a specific server. |
| | 82 | {{{ |
| | 83 | 0 Thu Nov 10 ross:~/testing/puppet/confdir/helper$ freepuppet-helper ld:debord |
| | 84 | |
| | 85 | debord |
| | 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 | |
| | 116 | 0 Thu Nov 10 ross:~/testing/puppet/confdir/helper$ |
| | 117 | |
| | 118 | }}} |
| | 119 | |
| | 120 | Or you can search for a particular component in the manifest by adding search terms. |
| | 121 | |
| | 122 | {{{ |
| | 123 | 0 Thu Nov 10 ross:~/testing/puppet/confdir/helper$ freepuppet-helper ld:debord backup |
| | 124 | |
| | 125 | debord |
| | 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 | |
| | 134 | 0 Thu Nov 10 ross:~/testing/puppet/confdir/helper$ |
| | 135 | }}} |
| | 136 | |
| | 137 | ld is a subcommand of freepuppet-helper. |
| | 138 | |