We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cbf5ce commit 0189a43Copy full SHA for 0189a43
tests/dbterminus.pp
@@ -1,6 +1,6 @@
1
class {'puppet::dbterminus':
2
puppet_confdir => '/etc/puppet/puppet.conf',
3
puppet_service => Service['httpd'],
4
- dbport => '8081',
5
- dbserver => 'test.example.com'
+ dbport => '8081',
+ dbserver => 'test.example.com'
6
}
tests/storedconfigs.pp
class {'puppet::storeconfigs':
- dbserver => 'test.example.com',
- puppet_service => Service['httpd'],
+ dbserver => 'test.example.com',
+ puppet_service => Service['httpd'],
puppetdb_version => 'present'
0 commit comments