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 => '*',
}