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 8e0bb44 commit 7f3aea1Copy full SHA for 7f3aea1
test/cookbooks/test/recipes/ident.rb
@@ -45,10 +45,10 @@
45
46
notifies :reload, 'postgresql_service[postgresql]', :delayed
47
end
48
-
+
49
# Make sure that the postgres keeps its own identity
50
# Without this, the cookbook would previously fail to run
51
-postgresql_ident 'postgres to postgres mapping' do
+postgresql_ident 'postgres to postgres mapping' do
52
map_name 'someuser_postgres'
53
system_username 'postgres'
54
database_username 'postgres'
test/integration/ident/controls/multiple_mappings.rb
@@ -28,4 +28,4 @@
28
its('output') { should include 'postgres' }
29
its('output') { should include 'sous_chef' }
30
31
-end
+end
0 commit comments