Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
testing
puppet-icinga2_testing
Commits
90bc9e6f
Commit
90bc9e6f
authored
Dec 09, 2016
by
Markus Frosch
📣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
icingaweb2: Enable doc module
parent
c5b611a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
manifests/profiles/icingaweb2.pp
manifests/profiles/icingaweb2.pp
+8
-2
No files found.
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
Markdown
is supported
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