From 9e5616f3d39db4bd53bf2b580c35cb2948eb23b6 Mon Sep 17 00:00:00 2001 From: Gabriel Filion Date: Sun, 19 Apr 2015 15:54:46 -0400 Subject: wrong example with nagios::defaults The example doesn't set any ordering on the classes and this leads to errors at first install since all of the configuration files that the nagios::defaults class installs need the nagios package to be installed first in order for the config dirs to exist. --- README | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README b/README index 3ff5138..67f3ada 100644 --- a/README +++ b/README @@ -206,8 +206,7 @@ Usage example: ~~~ node nagios { - include nagios::apache - include nagios::defaults + class { 'nagios::apache': } -> class { 'nagios::defaults': } # Declare another nagios command nagios::command { http_port: -- cgit v1.2.3