Skip to content

Commit 2c8f5c4

Browse files
committed
Fix typo.
1 parent eedcf45 commit 2c8f5c4

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

manifests/init.pp

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,15 @@
66
}
77

88
service { "apache2":
9-
ensure => running,
9+
ensure => running,
1010
hasstatus => true,
1111
hasrestart => true,
12-
require => Package["apache2"],
12+
require => Package["apache2"],
1313
}
1414

15+
exec { "reload-apache2":
16+
command => "/etc/init.d/apache2 reload",
17+
refreshonly => true,
18+
}
19+
1520
}

0 commit comments

Comments
 (0)