Brian Schonecker
06/10/2025, 6:43 PMJason St-Cyr
06/10/2025, 8:16 PMMatthew Chan
06/11/2025, 2:27 PMfilebucket { 'main':
path => false,
server => 'fqdn.corp',
}
File { backup => main, }
Yorokobi
06/12/2025, 11:48 AMahmet2mir
06/13/2025, 12:02 PMworldline
org using pdk release
command, but the forge returns an empty list when tryin g https://forgeapi.puppetlabs.com/v3/modules?query=worldline-prosa&limit=100
Any idea why it's empty ?matt
06/13/2025, 7:16 PMconsul::services:
node-exporter:
address: "%{facts.fqdndns_ipaddress4}"
checks:
- http: <http://localhost:9100/metrics>
interval: 5s
port: 9100
tags:
- "job:node-exporter"
- "function:telemetry"
- "source:metrics"
- "environment:production"
- "hardware:%{facts.virtual}"
- "arch:%{facts.os.architecture}"
- "osname:%{facts.os.name}"
- "osversion:%{facts.os.release.full}"
meta:
SLA: 1
I want to understand how to append (I assume merging is the right way to this) additional service definitions to it depending on their position in the hiera structure, eg: on a mariadb profile the hiera would look like
consul::services:
node-exporter:
address: "%{facts.fqdndns_ipaddress4}"
checks:
- http: <http://localhost:9100/metrics>
interval: 5s
port: 9100
tags:
- "job:node-exporter"
- "function:telemetry"
- "source:metrics"
- "environment:production"
- "hardware:%{facts.virtual}"
- "arch:%{facts.os.architecture}"
- "osname:%{facts.os.name}"
- "osversion:%{facts.os.release.full}"
meta:
SLA: 1
consul::services:
maria-exporter:
address: "%{facts.fqdndns_ipaddress4}"
checks:
- http: <http://localhost:9104/metrics>
interval: 5s
port: 9100
tags:
- "job:maria-exporter"
- "function:telemetry"
- "source:metrics"
- "environment:production"
- "hardware:%{facts.virtual}"
- "arch:%{facts.os.architecture}"
- "osname:%{facts.os.name}"
- "osversion:%{facts.os.release.full}"
meta:
SLA: 3
Lumiere
06/13/2025, 7:19 PMLumiere
06/13/2025, 7:19 PMmatt
06/13/2025, 7:19 PMmatt
06/13/2025, 7:20 PMmatt
06/13/2025, 7:20 PMmatt
06/16/2025, 8:24 AMOptional hash of users to create, which are passed to [mysql_user](#mysql_user).
matt
06/16/2025, 8:26 AMbastelfreak
06/16/2025, 8:31 AMmatt
06/16/2025, 8:31 AMbastelfreak
06/16/2025, 8:32 AMmatt
06/16/2025, 8:32 AMbastelfreak
06/16/2025, 8:34 AM$mysql::users
takes a hash. The key is the resource title, the value is a hash with parameters for https://github.com/puppetlabs/puppetlabs-mysql/blob/main/lib/puppet/type/mysql_user.rbmatt
06/16/2025, 8:41 AMbastelfreak
06/16/2025, 8:42 AMmatt
06/16/2025, 8:43 AMmatt
06/16/2025, 8:47 AMbastelfreak
06/16/2025, 8:47 AMmatt
06/16/2025, 8:47 AMmatt
06/16/2025, 8:48 AMerik
06/16/2025, 3:32 PMbastelfreak
06/16/2025, 3:41 PMerik
06/16/2025, 3:42 PMbastelfreak
06/16/2025, 3:49 PMvchepkov
06/16/2025, 5:00 PM