Describe the Bug
Since 5e67290 Asterisk is * no longer allowed for listen_addresses in puppetdb::database::postgresql
Expected Behavior
Asterisk * should be allowed again for listen_addresses in puppetdb::database::postgresql, as stated in Variabledocumentation
Steps to Reproduce
Steps to reproduce the behavior:
class { 'puppetdb::database::postgresql':
listen_addresses => '*',
}
Describe the Bug
Since 5e67290 Asterisk is
*no longer allowed forlisten_addressesinpuppetdb::database::postgresqlExpected Behavior
Asterisk
*should be allowed again forlisten_addressesinpuppetdb::database::postgresql, as stated in VariabledocumentationSteps to Reproduce
Steps to reproduce the behavior: