# Release afs volumes class openstack_project::afsrelease ( ) { # NOTE(ianw) 2020-02 : migrated to mirror-update and deployed via ansible now # https://review.opendev.org/706176 cron { 'release': user => 'root', minute => '*/5', command => '/usr/local/bin/release-volumes >>/var/log/release/release.log 2>&1', environment => 'PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin', ensure => absent, } }