Skip to content

Commit

Permalink
added required dependencies to logrotate classes
Browse files Browse the repository at this point in the history
  • Loading branch information
rwf14f committed Nov 17, 2014
1 parent 40d7a08 commit df5d540
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions manifests/ls_cache_daemon/logrotate.pp
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
target => $::perfsonar::params::logrotate_cf,
content => template("${module_name}/logrotate_fragment.erb"),
order => $order,
require => Class['perfsonar::ls_cache_daemon::config']
}
}
1 change: 1 addition & 0 deletions manifests/ls_registration_daemon/logrotate.pp
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
target => $::perfsonar::params::logrotate_cf,
content => template("${module_name}/logrotate_fragment.erb"),
order => $order,
require => Class['perfsonar::ls_registration_daemon::config']
}
}
1 change: 1 addition & 0 deletions manifests/regular_testing/logrotate.pp
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
target => $::perfsonar::params::logrotate_cf,
content => template("${module_name}/logrotate_fragment.erb"),
order => $order,
require => Class['perfsonar::regular_testing::config'],
}
}

0 comments on commit df5d540

Please sign in to comment.