-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
uuidgen isn't part of a base debian system #39
Comments
Thanks! |
@lickdragon Please provide some information on what os/version you're running this on. Thanks |
Hi!
Debian Wheezy
root@host#which uuidgen
root@host#
(command prompt comes back with no output from which.
it appears that uuidgen is not installed by default.
To workaround, I could install uuid-runtime on all nodes (even non-gluster
nodes).
Thanks,
C.
|
@lickdragon Looks like it's a legit issue then. Could you send a patch to add this package into the requirements for puppet-gluster? It would need to use this technique: https://ttboj.wordpress.com/2014/06/04/hiera-data-in-modules-and-os-independent-puppet/ There are lots of code examples that do this currently in puppet-gluster. Thanks, |
Doesn't that translate to: Puppet (or facter?) requires the See ticket PUP-3704 in the Puppet Labs bug tracker for reference. |
@bittner I'm not maintaining this package much anymore, but I can add you as a maintainer if you want to send some patches. Most of my work is on https://github.com/purpleidea/mgmt/ these days. |
No no no, don't get me wrong! 😊 I only found this ticket when doing research on " |
Any updates on this issue? |
Example:
Probably in one of the "facts" ?
/usr/share/puppet/modules/gluster# grep uuidgen . -r
[...]
./lib/facter/gluster_fsuuid.rb: result = system("/usr/bin/uuidgen > '" + uuidfile + "'")
./lib/facter/gluster_uuid.rb: result = system("/usr/bin/uuidgen > '" + uuidfile + "'")
[...]
The text was updated successfully, but these errors were encountered: