Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
immerda
Puppet Modules
webhosting
Commits
caa10569
Commit
caa10569
authored
Nov 13, 2022
by
mh
Browse files
make it optional and by default not set
parent
79d75220
Changes
12
Hide whitespace changes
Inline
Side-by-side
manifests/common.pp
View file @
caa10569
...
...
@@ -27,7 +27,7 @@ define webhosting::common (
Variant[Enum['
absent
'], Array[String[1]]] $user_scripts = '
absent
',
$user_scripts_options = {},
$nagios_check = '
ensure
',
Variant[String,Array[String]] $nagios_check_domain
=
'
absent
'
,
Optional[
Variant[String,Array[String]]
]
$nagios_check_domain =
undef
,
$nagios_check_url = '
/
',
$nagios_check_code = '
200
',
$nagios_use = '
generic
-
service
',
...
...
manifests/container.pp
View file @
caa10569
...
...
@@ -36,7 +36,7 @@ define webhosting::container (
$
vhost_destination
=
'absent'
,
$
htpasswd_file
=
'absent'
,
$
nagios_check
=
'ensure'
,
$
nagios_check_domain
=
'absent'
,
$
nagios_check_domain
=
undef
,
$
nagios_check_url
=
'/'
,
$
nagios_check_code
=
'200'
,
$
nagios_use
=
'generic-service'
,
...
...
manifests/passenger.pp
View file @
caa10569
...
...
@@ -45,7 +45,7 @@ define webhosting::passenger (
$
vhost_destination
=
'absent'
,
$
htpasswd_file
=
'absent'
,
$
nagios_check
=
'ensure'
,
$
nagios_check_domain
=
'absent'
,
$
nagios_check_domain
=
undef
,
$
nagios_check_url
=
'/'
,
$
nagios_check_code
=
'200'
,
$
nagios_use
=
'generic-service'
,
...
...
manifests/php.pp
View file @
caa10569
...
...
@@ -55,7 +55,7 @@ define webhosting::php (
$htpasswd_file
=
'absent'
,
$htpasswd_path
=
'absent'
,
$nagios_check
=
'ensure'
,
$nagios_check_domain
=
'absent'
,
$nagios_check_domain
=
undef
,
$nagios_check_url
=
'/'
,
$nagios_check_code
=
'200'
,
$nagios_use
=
'generic-service'
,
...
...
manifests/php/drupal.pp
View file @
caa10569
...
...
@@ -52,7 +52,7 @@ define webhosting::php::drupal (
$
vhost_destination
=
'absent'
,
$
htpasswd_file
=
'absent'
,
$
nagios_check
=
'ensure'
,
$
nagios_check_domain
=
'absent'
,
$
nagios_check_domain
=
undef
,
$
nagios_check_url
=
'/'
,
$
nagios_check_code
=
'200'
,
$
nagios_use
=
'generic-service'
,
...
...
manifests/php/joomla.pp
View file @
caa10569
...
...
@@ -52,7 +52,7 @@ define webhosting::php::joomla (
$
template_partial
=
'absent'
,
$
htpasswd_file
=
'absent'
,
$
nagios_check
=
'ensure'
,
$
nagios_check_domain
=
'absent'
,
$
nagios_check_domain
=
undef
,
$
nagios_check_url
=
'/'
,
$
nagios_check_code
=
'200'
,
$
nagios_use
=
'generic-service'
,
...
...
manifests/php/mediawiki.pp
View file @
caa10569
...
...
@@ -47,7 +47,7 @@ define webhosting::php::mediawiki (
$
vhost_destination
=
'absent'
,
$
htpasswd_file
=
'absent'
,
$
nagios_check
=
'ensure'
,
$
nagios_check_domain
=
'absent'
,
$
nagios_check_domain
=
undef
,
$
nagios_check_url
=
'/'
,
$
nagios_check_code
=
'200'
,
$
nagios_use
=
'generic-service'
,
...
...
manifests/php/simplemachine.pp
View file @
caa10569
...
...
@@ -52,7 +52,7 @@ define webhosting::php::simplemachine (
$
vhost_destination
=
'absent'
,
$
htpasswd_file
=
'absent'
,
$
nagios_check
=
'ensure'
,
$
nagios_check_domain
=
'absent'
,
$
nagios_check_domain
=
undef
,
$
nagios_check_url
=
'/'
,
$
nagios_check_code
=
'200'
,
$
nagios_use
=
'generic-service'
,
...
...
manifests/php/spip.pp
View file @
caa10569
...
...
@@ -51,7 +51,7 @@ define webhosting::php::spip (
$
vhost_destination
=
'absent'
,
$
htpasswd_file
=
'absent'
,
$
nagios_check
=
'ensure'
,
$
nagios_check_domain
=
'absent'
,
$
nagios_check_domain
=
undef
,
$
nagios_check_url
=
'/'
,
$
nagios_check_code
=
'200'
,
$
nagios_use
=
'generic-service'
,
...
...
manifests/php/wordpress.pp
View file @
caa10569
...
...
@@ -51,7 +51,7 @@ define webhosting::php::wordpress (
$
vhost_destination
=
'absent'
,
$
htpasswd_file
=
'absent'
,
$
nagios_check
=
'ensure'
,
$
nagios_check_domain
=
'absent'
,
$
nagios_check_domain
=
undef
,
$
nagios_check_url
=
'/'
,
$
nagios_check_code
=
'200,301'
,
$
nagios_use
=
'generic-service'
,
...
...
manifests/static.pp
View file @
caa10569
...
...
@@ -35,7 +35,7 @@ define webhosting::static (
$vhost_destination
=
'absent'
,
$htpasswd_file
=
'absent'
,
$nagios_check
=
'ensure'
,
$nagios_check_domain
=
'absent'
,
$nagios_check_domain
=
undef
,
$nagios_check_url
=
'/'
,
$nagios_check_code
=
'200'
,
$nagios_use
=
'generic-service'
,
...
...
manifests/wsgi.pp
View file @
caa10569
...
...
@@ -44,7 +44,7 @@ define webhosting::wsgi (
$vhost_destination
=
'absent'
,
$htpasswd_file
=
'absent'
,
$nagios_check
=
'ensure'
,
$nagios_check_domain
=
'absent'
,
$nagios_check_domain
=
undef
,
$nagios_check_url
=
'/'
,
$nagios_check_code
=
'200'
,
$nagios_use
=
'generic-service'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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