linked commands.pp
This commit is contained in:
@@ -18,7 +18,8 @@
|
|||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
# @summary Class manages all configuration files required for cd_nagios.
|
# @summary Class manages all commands known to NAGIOS through Puppet exports,
|
||||||
|
# and populates /etc/nagios/conf.d/nagios_commands.cfg
|
||||||
##############################################################################
|
##############################################################################
|
||||||
class cd_nagios::nagios::objects::commands (
|
class cd_nagios::nagios::objects::commands (
|
||||||
|
|
||||||
|
|||||||
@@ -28,6 +28,7 @@ class cd_nagios::server::service (
|
|||||||
|
|
||||||
require cd_nagios::server::files
|
require cd_nagios::server::files
|
||||||
require cd_nagios::server::access_rules
|
require cd_nagios::server::access_rules
|
||||||
|
require cd_nagios::nagios::objects::commands
|
||||||
|
|
||||||
service { $ng_service:
|
service { $ng_service:
|
||||||
ensure => running,
|
ensure => running,
|
||||||
|
|||||||
Reference in New Issue
Block a user