Issue #15976 has been updated by eric sorenson. Status changed from Unreviewed to Duplicate
Dup of earlier #7893, but Patrick, thanks for the specific use-case for managing sockets/pipes ---------------------------------------- Feature #15976: Allow management of named pipes (in a File resource type) https://projects.puppetlabs.com/issues/15976#change-69277 Author: Patrick Hemmer Status: Duplicate Priority: Normal Assignee: Category: file Target version: Affected Puppet version: Keywords: Branch: The File resource type does not allow management of named pipes, it would be nice to have puppet be able to do this.<br /> Currently there is no clean solution for managing named pipes. You can have an `exec{creates=>...}`, but that will only manage creation of the pipe, to handle ownership and permissions you'd then have to either make that `exec` extremely ugly, create other `exec`s, or have a `file{ensure=>present,...}` with a require on the `exec` to manage perms after the pipe is created. If this is going to be implemented, it would also make sense to implement named sockets at the same time. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
