Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GregSutcliffe/4212465d20e8d25efd777981ada89f9c to your computer and use it in GitHub Desktop.
Save GregSutcliffe/4212465d20e8d25efd777981ada89f9c to your computer and use it in GitHub Desktop.
$foo=foreman({
'item' => 'puppetclasses',
'search' => 'host = host.example.org',
'foreman_url' => 'https://foreman.example.org',
'foreman_user' => 'admin',
'foreman_pass' => 'changeme',
})
notify { 'test-classes':
message => inline_template("<%=@foo['results'].keys.inspect%>")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment