Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
testing
puppet-icinga2_testing
Commits
90bc9e6f
Commit
90bc9e6f
authored
Dec 09, 2016
by
Markus Frosch
Browse files
icingaweb2: Enable doc module
parent
c5b611a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/profiles/icingaweb2.pp
View file @
90bc9e6f
class
icinga2_testing::profiles::icingaweb2
{
class
icinga2_testing::profiles::icingaweb2
{
include
::icinga2_testing::profiles::apache
class
{
'::icingaweb2'
:
...
...
@@ -11,6 +10,13 @@ class icinga2_testing::profiles::icingaweb2
contain
::
icingaweb2::mod::monitoring
# TODO: contain ::icingaweb2::mod::doc
file
{
'icingaweb2 enable doc'
:
ensure
=>
link
,
path
=>
"
${::icingaweb2::config_dir}
/enabledModules/doc"
,
target
=>
"
${::icingaweb2::web_root}
/modules/doc"
,
}
create_resources
(
'icinga2_testing::profiles::icingaweb2::backend_group'
,
hiera_hash
(
'icingaweb2::backend_groups'
,
{}))
create_resources
(
'icingaweb2::config::roles'
,
hiera_hash
(
'icingaweb2::roles'
,
{}))
}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment