Displaying 1 result from an estimated 1 matches for "dmanualrun".
Did you mean:
manualrun
2007 May 18
5
package installations on schedule or manual run
...;package installation commands>
This basically says to install packages if it''s either 3:00-3:59am or if
the ManualRun class is defined. This achieved my goal as either the
packages were installed around 3am or they were installed when I
manually chose to do so by specifying "-DManualRun" on the command line
when calling the cfengine client.
Is there a way to do something similar in puppet? I have found that I
can use either:
package { "packagename": ensure => latest, schedule => "daily" }
(where "daily" is defined as between 2-4am)
OR...