Hi Team,

I am unable to retrieve the puppet master FQDN through plans. Below are the 
steps taken so far:

1. 
    $puppet_master_details = run_plan('facts', '*nodes*' => 'localhost')
    $puppet_master_results = $puppet_master_details.results
    $puppet_master = $puppet_master_results[0]['fqdn']
    return $puppet_master

tried with all the : nodes/target/targets. Getting below error :
"msg" : "Evaluation Error: Unknown variable: 'facts'.

2. $puppet_master = get_targets($host)[0]
unable to find the host variable.

3. $puppet_master = system::env('hostname')

None of the ways were worked. Kindly share your inputs to achieve this. 

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/1f70b0db-a9b3-4fdf-8308-213f5a36de93n%40googlegroups.com.

Reply via email to