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
e6eebf1d
Commit
e6eebf1d
authored
Oct 11, 2016
by
Markus Frosch
Browse files
apache: Add create resources for vhosts
parent
8ee12ac4
Changes
1
Show whitespace changes
Inline
Side-by-side
manifests/profiles/apache.pp
View file @
e6eebf1d
...
...
@@ -9,4 +9,5 @@ class icinga2_testing::profiles::apache
contain
::
apache::mod::php
create_resources
(
'apache::custom_config'
,
hiera_hash
(
'apache::custom_configs'
,
{}))
create_resources
(
'apache::vhost'
,
hiera_hash
(
'apache::vhosts'
,
{}))
}
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