puppet-bind icon indicating copy to clipboard operation
puppet-bind copied to clipboard

Made server config filepaths relative to directory parameter

Open cliff-wakefield opened this issue 8 years ago • 6 comments

cliff-wakefield avatar Oct 02 '17 03:10 cliff-wakefield

This partially addresses issue #67

cliff-wakefield avatar Oct 02 '17 03:10 cliff-wakefield

@thias Any chance this could be merged? Pretty sure this is broken on Ubuntu until the files can be relative to the directory.

mcblum avatar Dec 11 '17 07:12 mcblum

@cliff-wakefield probably a dumb question but is there a way I can use your version? somewhat new to Puppet so I've just been installing using Forge

mcblum avatar Dec 11 '17 20:12 mcblum

@mcblum not a dumb question.

If you are doing manual module install then I don't think the puppet command can install from a git repo.

However, if you are using librarian-puppet then you can specify a git branch.

Seems I have deleted my repo, however, I will need to find the new home of the repo.

cliff-wakefield avatar Dec 11 '17 20:12 cliff-wakefield

@cliff-wakefield thanks man. This will work great - given the current repo you can specify the location in named.conf but that leads to a permission error anyway. Could probably be fixed but the best thing would be to just write the file in the correct place. Maybe we can house a version somewhere for people to use?

mcblum avatar Dec 11 '17 20:12 mcblum

This didn't used to work, and I haven't found any information about when it might have started to work. Using parameters to set other parameters from the same class or definition doesn't always work as expected. See https://tickets.puppetlabs.com/browse/PUP-1080.

thias avatar Apr 23 '18 16:04 thias