diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e5ca02..ef688b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,31 @@ Changelog of Git Changelog.

No issue

+4dec14a6996ac2a Jenkins ConfDroid 2018-04-29 10:24:46 +

+

recommit for updates in build 7

+ +

+519d6420ab1e8f6 Arne Teuke 2018-04-29 10:24:43 +

+

edits target

+ +

+e35c6f4c9f96aeb Arne Teuke 2018-04-29 10:09:29 +

+

edits target

+ +

+ef31189e6f49fcf Arne Teuke 2018-04-29 09:57:03 +

+

adds resources

+ +

+6b8ba84bc7f4d0c Arne Teuke 2018-04-29 09:52:22 +

+

adds resources

+ +

d47eab08c8360e0 Jenkins ConfDroid 2018-04-27 17:38:02

recommit for updates in build 3

diff --git a/REPOSTRUCTURE.md b/REPOSTRUCTURE.md index 5d0ae8b..54385de 100644 --- a/REPOSTRUCTURE.md +++ b/REPOSTRUCTURE.md @@ -30,6 +30,7 @@ | | |-- cd_nagios_3A_3Anagios_3A_3Aobjects_3A_3Aservicegroups.html | | |-- cd_nagios_3A_3Anagios_3A_3Aobjects_3A_3Atemplate_rules.html | | |-- cd_nagios_3A_3Anagios_3A_3Aobjects_3A_3Atimeperiods.html +| | |-- cd_nagios_3A_3Anagios_3A_3Aresources_3A_3Aresource.html | | |-- cd_nagios_3A_3Aparams.html | | |-- cd_nagios_3A_3Aselinux_3A_3Aconfig.html | | |-- cd_nagios_3A_3Aserver_3A_3Aaccess_rules.html @@ -43,6 +44,7 @@ | | |-- cd_nagios_3A_3Anagios_3A_3Aobjects_3A_3Aadd_servicegroups.html | | |-- cd_nagios_3A_3Anagios_3A_3Aobjects_3A_3Aadd_timeperiods.html | | |-- cd_nagios_3A_3Anagios_3A_3Aobjects_3A_3Atemplates.html +| | |-- cd_nagios_3A_3Anagios_3A_3Aresources_3A_3Aresource_df.html | | `-- cd_nagios_3A_3Aserver_3A_3Aaccess.html | |-- file.README.html | |-- frames.html @@ -140,4 +142,4 @@ |-- README.md `-- REPOSTRUCTURE.md -21 directories, 119 files +21 directories, 121 files diff --git a/doc/puppet_classes/cd_nagios_3A_3Anagios_3A_3Aresources_3A_3Aresource.html b/doc/puppet_classes/cd_nagios_3A_3Anagios_3A_3Aresources_3A_3Aresource.html index 8384790..d5f4773 100644 --- a/doc/puppet_classes/cd_nagios_3A_3Anagios_3A_3Aresources_3A_3Aresource.html +++ b/doc/puppet_classes/cd_nagios_3A_3Anagios_3A_3Aresources_3A_3Aresource.html @@ -217,14 +217,14 @@ class cd_nagios::nagios::resources::resource ( cd_nagios::nagios::resources::resource_df { 'user_rule_plugins': ng_user_arg_name => 'user1', ng_user_arg_value => '/usr/lib64/nagios/plugins', - ng_user_arg_comment => "Sets user1 to be the path to the plugins", + ng_user_arg_comment => 'Sets user1 to be the path to the plugins', } # eventhandlers rule cd_nagios::nagios::resources::resource_df { 'user_rule_eventhandlers': ng_user_arg_name => 'user2', ng_user_arg_value => '/usr/lib64/nagios/plugins/eventhandlers', - ng_user_arg_comment => "Sets user2 to be the path to the eventhandlers", + ng_user_arg_comment => 'Sets user2 to be the path to the eventhandlers', } } }