Nick Chappell
f9f7cc5ad9
Use && in between the shell commands in the exects so that if any of the commands inside fail, the entire exec resource will fail.
...
With ; in between each shell command, the command chain would continue on even if one of the commands returned a non-0 exit status. Because this would make Puppet think the entire exec resource succeeded, Puppet would continue on configuring the rest of the resources in icinga2::server and all of its subclasses. With && in between each subcommand, the execs will fail if any of the subcommands fail and Puppet will skip the rest of the module's resources, not leaving things in a bad state.
2014-08-24 12:07:46 -07:00
Nick Chappell
3596f236ce
Whitespace cleanup.
2014-08-23 17:39:36 -07:00
Nick Chappell
552072ec3b
Added a defined type for Postgres IDO connection object definitions.
2014-08-22 22:26:42 -07:00
Nick Chappell
15e9555f64
Added a defined type for MySQL IDO connection object definitions.
2014-08-22 18:29:46 -07:00
Nick Chappell
eea0b20565
Remove language referring to Ubuntu Saucy and the snapshots repo since neither of those are being used or supported.
2014-08-22 10:52:06 -07:00
Nick Chappell
3b6e1a38bc
Added nagios-nrpe-plugin to the client plugin package list for Ubuntu 12.04.
2014-08-21 22:12:30 -07:00
Nick Chappell
9dc73da5db
Whitespace cleanup in manifests/server.pp
2014-08-21 22:07:01 -07:00
melanie
599e7dea30
add db_port parameter to match the documentation
...
refs https://github.com/Icinga/puppet-icinga2/pull/2
Signed-off-by: Nick Chappell <nick@intronic.org>
2014-08-21 21:55:21 -07:00
Nick Chappell
3674a4ee14
Remove the single quotes around the default value for since it's meant to be a boolean value, not a string.
2014-08-21 20:44:28 -07:00
Adam Stephens
de61c1a14f
make manage_repos parameter work
2014-08-18 09:31:31 -04:00
Nick Chappell
74d407f220
Added the NRPE plugin to the plugin package list that's used for NRPE installs on Ubuntu 14.04.
2014-08-17 14:22:27 -07:00
Nick Chappell
d5fa1e655a
Added a states parameter to the user object and rendering of it to the ERB template.
2014-08-03 19:16:58 -07:00
Nick Chappell
6ad25eee99
Added a types parameter to the user object and rendering of it to the ERB template.
2014-08-03 19:15:57 -07:00
Nick Chappell
086a300b1f
Added a period parameter to the user object and rendering of it to the ERB template.
2014-08-03 19:14:02 -07:00
Nick Chappell
92e7a4f5e7
Added an enable_notifications parameter to the user object and rendering of it to the ERB template.
2014-08-03 18:27:46 -07:00
Nick Chappell
7b5f7a994f
Added a groups parameter to the user object and rendering of it to the ERB template.
2014-08-03 18:26:36 -07:00
Nick Chappell
f9193d14f7
Added a vars parameter to the user object and rendering of it to the ERB template.
2014-08-03 18:24:26 -07:00
Nick Chappell
89b3e25e9a
Added a pager parameter to the user object and rendering of it to the ERB template.
2014-08-03 18:23:28 -07:00
Nick Chappell
d5173611f4
Added an email parameter to the user object and rendering of it to the ERB template.
2014-08-03 18:20:29 -07:00
Nick Chappell
341f66433e
Added a display_name parameter to the user object and rendering of it to the ERB template.
2014-08-02 22:28:34 -07:00
Nick Chappell
90ffb35e20
Added an object_username parameter.
2014-08-02 22:03:38 -07:00
Nick Chappell
ae0ca7e7f5
Added a skeleton user object and accompanying ERB template.
2014-08-02 22:01:15 -07:00
Nick Chappell
2b766285b2
Added an object defined type for applying services to hosts; also included an ERB template to render the object files.
2014-07-30 22:34:55 -07:00
Nick Chappell
06cd9ece88
Added a parameter and default value for the ignore_where parameter; added it to the service object ERB template.
2014-07-29 17:21:10 -07:00
Nick Chappell
e498643750
Remove trailing whitespace.
2014-07-29 08:33:32 -07:00
Nick Chappell
5f614ce97d
Added a parameter and default value for the icon_image_alt parameter; added it to the service object ERB template.
2014-07-28 21:06:28 -07:00
Nick Chappell
90f256fea0
Added a parameter and default value for the icon_image parameter; added it to the service object ERB template.
2014-07-28 21:05:39 -07:00
Nick Chappell
81c52e9862
Added a parameter and default value for the action_url parameter; added it to the service object ERB template.
2014-07-28 21:04:54 -07:00
Nick Chappell
c9e90c6ff0
Added a parameter and default value for the notes_url parameter; added it to the service object ERB template.
2014-07-28 21:02:39 -07:00
Nick Chappell
65bd120e0d
Added a parameter and default value for the notes parameter; added it to the service object ERB template.
2014-07-28 21:02:00 -07:00
Nick Chappell
40a6e5fb46
Added a parameter and default value for the volatile parameter; added it to the service object ERB template.
2014-07-28 20:57:43 -07:00
Nick Chappell
273b488c22
Added a parameter and default value for the flapping_threshold parameter; added it to the service object ERB template.
2014-07-28 20:52:23 -07:00
Nick Chappell
c715924797
Added a parameter and default value for the event_command parameter; added it to the service object ERB template.
2014-07-28 20:51:40 -07:00
Nick Chappell
d47a3ddee5
Added a parameter and default value for the enable_perfdata parameter; added it to the service object ERB template.
2014-07-28 20:50:07 -07:00
Nick Chappell
9bddcc25a0
Added a parameter and default value for the enable_flap_detection parameter; added it to the service object ERB template.
2014-07-28 20:49:27 -07:00
Nick Chappell
a22add7d56
Added a parameter and default value for the enable_event_handler parameter; added it to the service object ERB template.
2014-07-28 20:47:45 -07:00
Nick Chappell
31936ee5e7
Added a parameter and default value for the enable_passive_checks parameter; added it to the service object ERB template.
2014-07-28 20:46:44 -07:00
Nick Chappell
4b4079f7e8
Added a parameter and default value for the enable_active_checks parameter; added it to the service object ERB template.
2014-07-28 20:45:53 -07:00
Nick Chappell
91f67557eb
Added a parameter and default value for the enable_notifications parameter; added it to the service object ERB template.
2014-07-28 20:43:38 -07:00
Nick Chappell
a1aa063e42
Added a parameter and default value for the retry_interval parameter; added it to the service object ERB template.
2014-07-28 20:42:53 -07:00
Nick Chappell
f2c44a9e1b
Added a parameter and default value for the check_interval parameter; added it to the service object ERB template.
2014-07-28 20:42:05 -07:00
Nick Chappell
83bea379db
Added a parameter and default value for the check_period parameter; added it to the service object ERB template.
2014-07-28 20:38:12 -07:00
Nick Chappell
b5251ef8c6
Added a parameter and default value for the max_check_attempts parameter; added it to the service object ERB template.
2014-07-28 20:37:03 -07:00
Nick Chappell
022abb8cdf
Added a parameter and default value for the check_command parameter; added it to the service object ERB template.
2014-07-28 19:30:55 -07:00
Nick Chappell
948b5b68aa
Added a parameter and default value for the vars parameter; added it to the service object ERB template.
2014-07-28 19:26:39 -07:00
Nick Chappell
90d22283aa
Added a parameter and default value for the groups parameter; added it to the service object ERB template.
2014-07-28 19:24:39 -07:00
Nick Chappell
a66de2fe38
Removing the name parameter from the lists of parameters to add since it's part of the template and defined type already.
2014-07-28 19:23:48 -07:00
Nick Chappell
ec0a3b1bd5
Added a parameter and default value for the host_name parameter; added it to the service object ERB template.
2014-07-28 19:22:00 -07:00
Nick Chappell
3b931c2068
Added a parameter and default value for the display_name parameter; added it to the service object ERB template.
2014-07-28 19:17:11 -07:00
Nick Chappell
2419d0d58f
Added a parameter for a template that can be imported; added it to the service object ERB template.
2014-07-28 19:15:10 -07:00