We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc61615 commit 4290182Copy full SHA for 4290182
2 files changed
manifests/package.pp
@@ -44,10 +44,10 @@
44
before => Package['httpd'],
45
}
46
47
- $apache_package = $::apache::params::apache_name
+ $apache_package = $::apache::apache_name
48
49
default: {
50
51
52
53
manifests/vhost.pp
@@ -125,7 +125,7 @@
125
fail('You must include the apache base class before using any apache defined resources')
126
127
128
- $apache_name = $::apache::params::apache_name
+ $apache_name = $::apache::apache_name
129
130
validate_re($ensure, '^(present|absent)$',
131
"${ensure} is not supported for ensure.
0 commit comments