Project

General

Profile

« Previous | Next » 

Revision c62fcb8a

Added by Ewoud Kohl van Wijngaarden over 10 years ago

Change from theforeman/apache to puppetlabs/apache

View differences:

manifests/install.pp
require => $repo,
}
}
if $foreman::passenger_scl {
package{ "${foreman::passenger_scl}-rubygem-passenger-native":
ensure => installed,
require => Class['apache'],
before => Class['apache::service'],
}
}
}

Also available in: Unified diff