search for: enternal_node

Displaying 1 result from an estimated 1 matches for "enternal_node".

2010 Jun 17
6
Foreman / external_node.rb
Hello All, I''m trying to start using external nodes under foreman, and I''m running into some issues. I have the entries in puppet.conf: [main] external_nodes = /etc/puppet/external_node.rb node_terminus = exec The enternal_node.rb script is the one that came with foreman: #!/usr/bin/ruby # a simple script which fetches external nodes from Foreman # you can basically use anything that knows how to get http data, e.g. wget/curl etc. # Foreman url foreman_url="https://hostname:443" require ''net/http'...