Slackbot
07/31/2023, 9:02 PMSlackbot
07/31/2023, 10:32 PMDr Bunsen Honeydew
08/01/2023, 10:45 AMSlackbot
08/01/2023, 2:38 PMSlackbot
08/01/2023, 3:08 PMDr Bunsen Honeydew
08/01/2023, 4:45 PMSlackbot
08/01/2023, 9:26 PMSlackbot
08/02/2023, 5:34 AMSlackbot
08/02/2023, 5:39 AMDunatotatos
08/02/2023, 7:33 AMpdk
creates the type and provider with SimpleProvider
, which is fine. The delete
method gets a context and a name as parameters, but no should
,
and there is no way to find which port and protocol should be removed.
Is there another solution than forcing this information to be stored in
the name of the resource?
Second issue I have with SimpleProvider is the syntax to use to confine the provider. How to use the equivalent of :command
and :confine
that we have in a low-level implementation?Slackbot
08/02/2023, 2:31 PMBrian Schonecker
08/02/2023, 8:00 PMvchepkov
08/02/2023, 8:16 PMsystemd::unit_file
or, maybe just systemd::dropin_file
just need to insert it between classes of mysqlvchepkov
08/02/2023, 8:18 PMClass['mysql::server::install'] -> Systemd::Dropin_file['custom'] ~> Class['mysql::server::service']
bastelfreak
08/02/2023, 8:22 PMsystemd::dropin_file
🙂Brian Schonecker
08/02/2023, 8:48 PMspp
08/02/2023, 9:06 PMSlackbot
08/02/2023, 9:43 PMsimonhoenscheid
08/03/2023, 12:22 PMError: Could not autoload puppet/provider/postgresql_conf/ruby: undefined local variable or method `resource' for Puppet::Type::Postgresql_conf::ProviderRuby:Class
Did you mean? resource_type
Error: Could not autoload puppet/type/postgresql_conf: Could not autoload puppet/provider/postgresql_conf/ruby: undefined local variable or method `resource' for Puppet::Type::Postgresql_conf::ProviderRuby:Class
Did you mean? resource_type
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Type-Name, Could not autoload puppet/type/postgresql_conf: Could not autoload puppet/provider/postgresql_conf/ruby: undefined local variable or method `resource' for Puppet::Type::Postgresql_conf::ProviderRuby:Class
Did you mean? resource_type (file: /vagrant/puppet/modules/postgresql/manifests/server/config_entry.pp, line: 76, column: 5) (file: /vagrant/puppet/modules/postgresql/manifests/server/instance/config.pp, line: 206)
As far as I understand and saw in other providers, the resource
hash should be available. Are there any conditions? I know e.g. @property_hash
is dependent on prefetching.Slackbot
08/03/2023, 5:27 PMSlackbot
08/03/2023, 5:30 PMvchepkov
08/03/2023, 5:31 PMcameron
08/03/2023, 5:31 PMSlackbot
08/03/2023, 5:34 PMSlackbot
08/03/2023, 9:07 PMSlackbot
08/03/2023, 9:48 PMSlackbot
08/03/2023, 9:49 PMSlackbot
08/04/2023, 9:07 AMSlackbot
08/04/2023, 9:29 AMSlackbot
08/04/2023, 12:09 PM