Forum: Cfengine Help
Subject: Re: Edit selected files
Author: phnakarin
Link to topic: https://cfengine.com/forum/read.php?3,17747,17757#msg-17757

So the problem would be cfengine displays too many warning messages or there is 
a bug in file_types as you really specified file_types => { "plain" }; but 
still cfengine tended to edit .gnome or .ssh which are directories?

Why don't you just create a slist of hidden files then add to the promiser?


vars:
   "list" slist => { ".profile",".foo",".bar" };
files:
   "$(HomeDir[$(HomeUsr)][5])/$(list)"
      # no file_select here


Just my 2 cents.

Cheers,
--Nakarin

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

Reply via email to