diff --git a/FORMULA b/FORMULA index ceabb1a..b5319a5 100644 --- a/FORMULA +++ b/FORMULA @@ -1,8 +1,7 @@ -top_level_dir: hubblestack_nova name: hubblestack_nova os: RedHat, CentOS, Debian, Ubuntu os_family: RedHat, Debian -version: 2016.9.2 +version: 2016.10.1 release: 1 summary: HubbleStack Nova description: HubbleStack Nova diff --git a/README.rst b/README.rst index 182b965..e81033b 100644 --- a/README.rst +++ b/README.rst @@ -243,20 +243,15 @@ the purposes of compliance percentage. Schedule -------- -In order to run the audits once daily, you can use the following schedule: +In order to run the audits once daily, you can use the following cron job: + +**/etc/cron.d/hubble** .. code-block:: yaml - schedule: - nova_day: - function: hubble.top - seconds: 86400 - kwargs: - verbose: True - show_profile: True - returner: splunk_nova_return - return_job: False - run_on_start: False + MAILTO="" + SHELL=/bin/bash + @daily root /usr/bin/salt '*' hubble.top verbose=True,show_profile=True --return splunk_nova_return .. _nova_configuration: