Changeset 1208


Ignore:
Timestamp:
12/13/06 18:16:54 (6 years ago)
Author:
mglb1
Message:

Don't copy cfservd.conf to the policy server. This allows us to manage other
aspects of the policy server's configuration without clobbering it's CFengine
configuration.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ccsd/private/templates/network/cfconf/update_conf.tmpl

    r1206 r1208  
    9191                                exclude=*~ 
    9292                                exclude=*.swp 
     93                                exclude=cfservd.conf 
    9394                                ignore=.svn 
    9495                                server=$(policyhost) 
     
    114115                                type=sum 
    115116 
     117    # For every server that is not the policy server copy cfservd.conf 
     118    !%policy_ip_class:: 
     119        $(host_cfinput)/cfservd.conf dest=$(workdir)/inputs/cfservd.conf 
     120                                r=0 
     121                                mode=600 
     122                                owner=root 
     123                                group=root 
     124                                exclude=*~ 
     125                                exclude=*.swp 
     126                                ignore=.svn 
     127                                server=$(policyhost) 
     128                                backup=false 
     129                                type=sum 
     130     
    116131##################################################################### 
    117132processes: 
Note: See TracChangeset for help on using the changeset viewer.