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
f7caf3ac
Commit
f7caf3ac
authored
Dec 09, 2016
by
Markus Frosch
Browse files
Satisfy Puppet lint
parent
f7107a02
Changes
2
Show whitespace changes
Inline
Side-by-side
manifests/profiles/php.pp
View file @
f7caf3ac
...
...
@@ -33,7 +33,7 @@ class icinga2_testing::profiles::php (
$_conf_d
=
'/etc/php.d'
}
else
{
fail
(
"osfamily "
)
fail
(
"osfamily
${::osfamily}
(
${::operatingsystem}
) not supported for PHP!
"
)
}
}
...
...
manifests/profiles/selftest.pp
View file @
f7caf3ac
...
...
@@ -35,7 +35,7 @@ class icinga2_testing::profiles::selftest (
'hostgroups'
,
'test_hosts'
,
'test_services'
,
'notifications'
'notifications'
,
]
.
each
|
$name
|
{
file
{
"
${config_base}
/
${name}
.conf"
:
ensure
=>
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