Merge "Remove remaining hard-code of username in each manifest"
This commit is contained in:
@@ -51,10 +51,10 @@ class swift::storage::cron::recon(
|
|||||||
$month = '*',
|
$month = '*',
|
||||||
$weekday = '*',
|
$weekday = '*',
|
||||||
$configfile = '/etc/swift/object-server.conf',
|
$configfile = '/etc/swift/object-server.conf',
|
||||||
$user = 'swift'
|
$user = $::swift::params::user
|
||||||
) {
|
) inherits swift::params {
|
||||||
|
|
||||||
include swift::deps
|
include swift::deps
|
||||||
include swift::params
|
|
||||||
|
|
||||||
cron { 'swift-recon-cron':
|
cron { 'swift-recon-cron':
|
||||||
command => "swift-recon-cron ${configfile}",
|
command => "swift-recon-cron ${configfile}",
|
||||||
|
Reference in New Issue
Block a user