Skip to content

Commit 7f3aea1

Browse files
committed
cookstyle fixes
Signed-off-by: Lance Albertson <[email protected]>
1 parent 8e0bb44 commit 7f3aea1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/cookbooks/test/recipes/ident.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@
4545

4646
notifies :reload, 'postgresql_service[postgresql]', :delayed
4747
end
48-
48+
4949
# Make sure that the postgres keeps its own identity
5050
# Without this, the cookbook would previously fail to run
51-
postgresql_ident 'postgres to postgres mapping' do
51+
postgresql_ident 'postgres to postgres mapping' do
5252
map_name 'someuser_postgres'
5353
system_username 'postgres'
5454
database_username 'postgres'

test/integration/ident/controls/multiple_mappings.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828
its('output') { should include 'postgres' }
2929
its('output') { should include 'sous_chef' }
3030
end
31-
end
31+
end

0 commit comments

Comments
 (0)