linked commands.pp

This commit is contained in:
Arne Teuke
2017-07-25 15:56:52 +01:00
parent 3327f6d869
commit 0f8cf13c3e
2 changed files with 3 additions and 1 deletions

View File

@@ -18,7 +18,8 @@
#
# You should have received a copy of the GNU General Public License
# 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 (

View File

@@ -28,6 +28,7 @@ class cd_nagios::server::service (
require cd_nagios::server::files
require cd_nagios::server::access_rules
require cd_nagios::nagios::objects::commands
service { $ng_service:
ensure => running,