Ensure installed

Use installed vs. present syntax
This commit is contained in:
Gary Larizza 2011-07-15 15:23:46 -07:00
parent f672e46905
commit 6a5b11a4e0

View File

@ -16,7 +16,7 @@ class apache {
include apache::params
package { 'httpd':
name => $apache::params::apache_name,
ensure => present,
ensure => installed,
}
service { 'httpd':
name => $apache::params::apache_name,