-
Notifications
You must be signed in to change notification settings - Fork 27
make systemd timers configurable #109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make systemd timers configurable #109
Conversation
pe_databases::collect is a typethat may have no external impact to Forge modules. pe_databases is a classthat may have no external impact to Forge modules. pe_databases::pg_repack is a classthat may have no external impact to Forge modules. pe_databases::postgresql_settings is a classthat may have no external impact to Forge modules. pe_databases::postgresql_settings::table_settings is a classthat may have no external impact to Forge modules. pe_databases::set_puppetdb_table_autovacuum_cost_delay_zero is a typethat may have no external impact to Forge modules. pe_databases::set_table_attribute is a typethat may have no external impact to Forge modules. This module is declared in 0 of 579 indexed public
|
e84bbe6
to
52c512f
Compare
a3fc962
to
27bc565
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Due to the nature of this module being shipped with PE, even using a supported module such as stdlib is not something we can do within the confines of this project.
you may just have to declare this as a string
@MartyEwings why can't you vendor stdlib or other modules? Puppet Inc and Vox Pupuli are working on best practice guidelines since years. a few of the topics are:
I'm always a bit afraid that new users first check modules from Puppet and assume the used code style is the current best practice. pe_databases would be a bad example here. Would'nt it make more sense to rely on external modules and use them in PE? |
@bastelfreak I work within the confines of a contributor to PE from the customer success organization, The overarching product team decides the standards of what is shipped with the Product. Im not sure what the specifics of the stdlib outside of PE discussion was, but there are a few good reasons I'm told. With regards to dependencies, Everything my group puts in must not interfere with an offline installation, and the more dependencies I have the more my team must maintain and test and package. In order to get the Product functions we require in, we have built everything for native Puppet Enterprise. Its not ideal, but its the practical way to contribute these functions we consider to be critical |
27bc565
to
d391423
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
closes #107