Commit 3a89cbdf by Michael DeHaan

Merge pull request #8184 from yasn77/use_puppet_facts

Enable puppet facts
parents 7c2cb586 8a6bbfd3
......@@ -91,7 +91,7 @@ def run_setup(module):
# if facter is installed, and we can use --json because
# ruby-json is ALSO installed, include facter data in the JSON
if facter_path is not None:
rc, out, err = module.run_command(facter_path + " --json")
rc, out, err = module.run_command(facter_path + " --puppet --json")
facter = True
try:
facter_ds = json.loads(out)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment