Skip to content

Commit 0189a43

Browse files
committed
changed code alignment
1 parent 6cbf5ce commit 0189a43

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

tests/dbterminus.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
class {'puppet::dbterminus':
22
puppet_confdir => '/etc/puppet/puppet.conf',
33
puppet_service => Service['httpd'],
4-
dbport => '8081',
5-
dbserver => 'test.example.com'
4+
dbport => '8081',
5+
dbserver => 'test.example.com'
66
}

tests/storedconfigs.pp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
class {'puppet::storeconfigs':
2-
dbserver => 'test.example.com',
3-
dbport => '8081',
4-
puppet_service => Service['httpd'],
2+
dbserver => 'test.example.com',
3+
dbport => '8081',
4+
puppet_service => Service['httpd'],
55
puppetdb_version => 'present'
66
}

0 commit comments

Comments
 (0)