Merge pull request #88 from queeno/facter_should_return_puppet_custom_facts
Facter module should return custom facts
This commit is contained in:
commit
5148a88e2c
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ def main():
|
||||||
argument_spec = dict()
|
argument_spec = dict()
|
||||||
)
|
)
|
||||||
|
|
||||||
cmd = ["/usr/bin/env", "facter", "--json"]
|
cmd = ["/usr/bin/env", "facter", "--puppet", "--json"]
|
||||||
rc, out, err = module.run_command(cmd, check_rc=True)
|
rc, out, err = module.run_command(cmd, check_rc=True)
|
||||||
module.exit_json(**json.loads(out))
|
module.exit_json(**json.loads(out))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue