https://github.com/code-tool/puppet-keepup
https://github.com/code-tool/puppet-keepup
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/code-tool/puppet-keepup
- Owner: code-tool
- Created: 2025-01-21T09:35:46.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-02-20T13:41:12.000Z (4 months ago)
- Last Synced: 2025-03-17T03:37:09.903Z (3 months ago)
- Language: Puppet
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# keepup
```yaml
# obtain valid api-key and choose team-datacenter slug
keepup::key: 'secret'
keepup::server: 'keepup.example.com'
keepup::info:
data_center: 'dc-01'
# be sure of uniqueness of data_center+host_ip combination
# host_ip: "%{facts.networking.fqdn}"
# host_ip: "%{hiera('my_loc_ip')}"
# default is
# host_ip: => $facts['networking']['hostname']
```