Skip to content

Commit 741e3ff

Browse files
author
Tim Meusel
committed
fixed typo
1 parent d8c947f commit 741e3ff

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

manifests/master.pp

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -121,23 +121,24 @@
121121
}
122122
}
123123
case $webserver {
124-
httpd: {
125-
Anchor['puppet::master::begin'] ->
126-
class {'puppet::passenger':
127-
puppet_passenger_port => $puppet_passenger_port,
128-
puppet_docroot => $puppet_docroot,
129-
apache_serveradmin => $apache_serveradmin,
130-
puppet_conf => $::puppet::params::puppet_conf,
131-
puppet_ssldir => $puppet_ssldir,
132-
certname => $certname,
133-
conf_dir => $::puppet::params::confdir,
134-
dns_alt_names => join($dns_alt_names,','),
135-
} ->
136-
Anchor['puppet::master::end']
137-
}
138-
nginx: {
139-
Anchor['puppet::master::begin'] ->
140-
class {'puppet::unicorn':}
124+
httpd: {
125+
Anchor['puppet::master::begin'] ->
126+
class {'puppet::passenger':
127+
puppet_passenger_port => $puppet_passenger_port,
128+
puppet_docroot => $puppet_docroot,
129+
apache_serveradmin => $apache_serveradmin,
130+
puppet_conf => $::puppet::params::puppet_conf,
131+
puppet_ssldir => $puppet_ssldir,
132+
certname => $certname,
133+
conf_dir => $::puppet::params::confdir,
134+
dns_alt_names => join($dns_alt_names,','),
135+
} ->
136+
Anchor['puppet::master::end']
137+
}
138+
nginx: {
139+
Anchor['puppet::master::begin'] ->
140+
class {'puppet::unicorn':}
141+
}
141142
}
142143
service { $puppet_master_service:
143144
ensure => stopped,

0 commit comments

Comments
 (0)