Hello All, 

For my understanding - How does your client machines(managed systems) get 
access to files  "master_cfinputs"? 

while looking at the example bellow - Do I need to to do any kind of 
modification on  "master_cfinputs" like sharing it via an nfs share or 
maybe changing the path to have it mountable? 

If I include big binaries files in "master_cfinputs" will it get download 
every time cfagent run? 

To use binserver, I guess, I have to access it via an nfs export directory 
like /server/cfengine/ directory ? 

Thank you for taking the time to reply to my message!   

----------------- 

control: 
actionsequence  = ( copy )
master_cfinput  = ( /var/cfengine/masterfiles/inputs ) 
workdir         = ( /var/cfengine/ )
policyhost      = ( appserver.localdomain.com )


copy: 
        $(master_cfinput) dest=$(workdir)/inputs
       r=inf
       mode=600
       owner=$(fowner) group=$(ogroup)
       server=$(policyhost)
       trustkey=true




Sylvain Angers
Tel:  514-399-5573

_______________________________________________
Help-cfengine mailing list
Help-cfengine@cfengine.org
https://cfengine.org/mailman/listinfo/help-cfengine

Reply via email to