===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
puppet-module-cinder-17.4.0/manifests/cron/db_purge.pp-76-  } else {
puppet-module-cinder-17.4.0/manifests/cron/db_purge.pp:77:    $sleep = "sleep `expr \${RANDOM} \\% ${maxdelay}`; "
puppet-module-cinder-17.4.0/manifests/cron/db_purge.pp-78-  }
##############################################
puppet-module-cinder-17.4.0/releasenotes/notes/max_request_body_size-a199b5c1e0d2f104.yaml-4-    Add support to configure `[oslo_middleware]/max_request_body_size` with
puppet-module-cinder-17.4.0/releasenotes/notes/max_request_body_size-a199b5c1e0d2f104.yaml:5:    `$max_request_body_size`.
##############################################
puppet-module-cinder-17.4.0/spec/classes/cinder_cron_db_purge_spec.rb-40-      it { should contain_cron('cinder-manage db purge').with(
puppet-module-cinder-17.4.0/spec/classes/cinder_cron_db_purge_spec.rb:41:        :command     => "sleep `expr ${RANDOM} \\% #{params[:maxdelay]}`; cinder-manage db purge #{params[:age]} >>#{params[:destination]} 2>&1",
puppet-module-cinder-17.4.0/spec/classes/cinder_cron_db_purge_spec.rb-42-        :environment => 'PATH=/bin:/usr/bin:/usr/sbin SHELL=/bin/sh',