bastelfreak
10/16/2025, 2:59 PMbundle exec rake spec should workBrian Schonecker
10/16/2025, 2:59 PMbastelfreak
10/16/2025, 2:59 PMbundle exec rspec spec/foo/bla_spec.rbbastelfreak
10/16/2025, 3:00 PMbastelfreak
10/16/2025, 3:00 PMBrian Schonecker
10/16/2025, 3:01 PMBrian Schonecker
10/16/2025, 3:02 PMbastelfreak
10/16/2025, 3:02 PMBrian Schonecker
10/16/2025, 3:25 PMBrian Schonecker
10/16/2025, 3:35 PMgary
10/17/2025, 7:49 AMhas_ip_address()/has_ip_network() issue and would just like to use a released version vs gittuxmea
10/17/2025, 10:20 AMbastelfreak
10/17/2025, 12:36 PMjosh
10/17/2025, 4:33 PMsmortex
10/18/2025, 7:07 AMtuxmea
10/18/2025, 7:42 AMredat
10/20/2025, 2:32 PMif defined(Class['my_super_class']) {
class { 'my_other_super_class': }
}
Might result in an issue if the ordering in Puppet is not at our advantage, how would do the same thing ? I want to include a class, only if another class is already present.bastelfreak
10/20/2025, 2:41 PMbastelfreak
10/20/2025, 2:42 PMredat
10/20/2025, 2:43 PMredat
10/20/2025, 2:43 PMcsharpsteen
10/20/2025, 2:47 PMredat
10/20/2025, 2:49 PM[my_application_class] [my_global_logs_conf_class]
if my_global_logs_conf_class
[my_small_logs_class]
But my_application_class should not fail because the my_global_logs_conf_class is not declared.. Maybe on this node we don't want to have the log mechanism that we have on other nodestuxmea
10/20/2025, 2:54 PMvchepkov
10/21/2025, 6:09 PMbastelfreak
10/21/2025, 6:41 PMvchepkov
10/21/2025, 8:08 PMrunlolarun
10/23/2025, 5:36 PM--only-checks ghostbuster_classes,ghostbuster_files,ghostbuster_templates, but, for some reason, not getting any results. I’m sure i have some unused templates, manifests, etc… My google search is not pointing to any else useful. Any suggestions? Thank you!Adrian Parreiras Horta
10/23/2025, 6:24 PMpdk validate will run the linters, and adding -a will do autocorrectAdrian Parreiras Horta
10/23/2025, 6:25 PM