Skip to content

Instantly share code, notes, and snippets.

View dontrebootme's full-sized avatar
📚
beep boop

Patrick O'Connor dontrebootme

📚
beep boop
View GitHub Profile
env:
- "CATALINA_OPTS=-Dcom.sun.management.jmxremote.port=%{hiera('webs_jmx_port')} -Dcom.sun.management.jmxremote.rmi.port=%{hiera('webs_jmx_port')} -Dcom.sun.management.jmxremote.ssl=false"
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Error from DataBinding 'hiera' while looking up 'profile::docker::containers': Detected in [hiera('webs_jmx_port')] on node cobalt.apl.corp.com
Warning: Not using cache on failed catalog
Error: Could not retrieve catalog; skipping run
Whereas:
env:
- "CATALINA_OPTS=-Dcom.sun.management.jmxremote.port=%{hiera('webs_jmx_port')} -Dcom.sun.management.jmxremote.rmi.port=%{hiera('stor_jmx_port')} -Dcom.sun.management.jmxremote.ssl=false"