Skip to content

Instantly share code, notes, and snippets.

@johnmccabe
Created July 6, 2017 08:02
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 johnmccabe/05652ab2c9f84c52ded0ab5d1a16bd6c to your computer and use it in GitHub Desktop.
Save johnmccabe/05652ab2c9f84c52ded0ab5d1a16bd6c to your computer and use it in GitHub Desktop.
Inventory?
"target": "/etc/hosts",
"title": "localhost"
},
{
"ensure": "present",
"ip": "255.255.255.255",
"name": "broadcasthost",
"provider": ":aug",
"resource": "host",
"target": "/etc/hosts",
"title": "broadcasthost"
},
{
"ensure": "present",
"ip": "::1",
"name": "localhost",
"provider": ":aug",
"resource": "host",
"target": "/etc/hosts",
"title": "localhost"
},
{
"ensure": "present",
"ip": "127.0.0.1",
"name": "testing1.puppetlabs.vm",
"provider": ":aug",
"resource": "host",
"target": "/etc/hosts",
"title": "testing1.puppetlabs.vm"
},
{
"ensure": "present",
"ip": "127.0.0.1",
"name": "testing2.puppetlabs.vm",
"provider": ":aug",
"resource": "host",
"target": "/etc/hosts",
"title": "testing2.puppetlabs.vm"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment