Re: [Puppet-dev] Puppet Faces Install Location

2015-03-06 Thread Trevor Vaughan
Hi Erik, I was thinking of just having the 'module' subcommand shove things into $confdir/faces/ if the module is tagged as a face. Installing them as a gem is irritating, but doable. It doesn't really keep things tidy within the ecosystem though. I actually don't like pluginsync'ing them since

Re: [Puppet-dev] Puppet Faces Install Location

2015-03-06 Thread Erik Dalén
Well, faces can be installed as gems as well if they are packaged that way. Some modules include both functions and faces though, my puppetdbquery module would be an example of that. It could of course be split into different parts for the functions and the face, but I'm not entirely convinced of t

[Puppet-dev] Puppet Faces Install Location

2015-03-06 Thread Trevor Vaughan
Hi All, I was building a custom Face and realized that there really should be another way to handle these in the local filesystem. The current method for adding Faces, as evidenced by 'strings', seems to be to drop them in as a module. I dislike this for two reasons. First, they're cluttering up