Skip to content
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

Fixes #7890: Add dmidecode call for FreeBSD systems (system techniques) #862

Conversation

jooooooon
Copy link
Member

@@ -486,6 +486,9 @@ bundle agent addInformationsToInventory
solaris::
"RUDDERUUID" string => execresult("smbios | grep UUID | sed 's/ UUID: //'", "useshell");

freebsd::
"RUDDERUUID" string => execresult("/usr/local/sbin/dmidecode -s system-uuid","noshell");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should define RUDDERUUID_cmd instead since the execresult is done a few lines below.

@jooooooon
Copy link
Member Author

PR updated

@jooooooon jooooooon force-pushed the bug_7890/add_dmidecode_call_for_freebsd_systems_system_techniques branch from 0355d12 to 10bae4e Compare February 10, 2016 09:31
@peckpeck
Copy link
Member

OK, merging

peckpeck added a commit that referenced this pull request Feb 10, 2016
…r_freebsd_systems_system_techniques

Fixes #7890: Add dmidecode call for FreeBSD systems (system techniques)
@peckpeck peckpeck merged commit 2282113 into Normation:branches/rudder/3.2 Feb 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants