Created
July 6, 2017 08:02
-
-
Save johnmccabe/05652ab2c9f84c52ded0ab5d1a16bd6c to your computer and use it in GitHub Desktop.
Inventory?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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