Changeset 12540 for trunk


Ignore:
Timestamp:
03/15/11 12:11:58 (13 years ago)
Author:
bas
Message:

changed cf-runagent output directory to /var/log/cf-runagent

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sara_cmt/templates/lisa/cf-runagent.lisa.cmt

    r12539 r12540  
    1818{% use HardwareUnit with 'cluster__name=Lisa' as lisa_hosts %}
    1919
     20{% epilogue %}
     21/usr/bin/scp /usr/sara/etc/cfengine3/hosts.lisa cfengine3:/data/cfengine3/cf-runagent
     22{% endepilogue %}
     23
     24
    2025body runagent control
    2126{
     
    2732
    2833                output_to_file   => "true";
    29                 output_directory => "/data/cfengine3/cf-runagent/lisa";
     34                output_directory => "/var/log/cf-runagent/lisa";
    3035
    3136                max_children     => "40";
    32 
    3337
    3438                hosts => {
Note: See TracChangeset for help on using the changeset viewer.