Skip to content

Commit 3c9ef36

Browse files
coreymbeMartyEwings
authored andcommitted
Fixing typo in spec test for pg_repack.
1 parent ff7804c commit 3c9ef36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/classes/maintenance/pg_repack_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
it {
8080
is_expected.to contain_cron('pg_repack catalogs tables')
8181
.with_command('su - pe-postgres -s /bin/bash -c "/opt/puppetlabs/server/apps/postgresql/11/bin/pg_repack'\
82-
' -d pe-puppetdb --jobs 0 -t catalogs -t catalog_resources -t catalog_inputs -t edges -t certnames" > /var/log/puppetlabs/pe_databases_cron/catalogs_repack.log 2>&1')
82+
' -d pe-puppetdb --jobs 2 -t catalogs -t catalog_resources -t catalog_inputs -t edges -t certnames" > /var/log/puppetlabs/pe_databases_cron/catalogs_repack.log 2>&1')
8383
}
8484
end
8585
end

0 commit comments

Comments
 (0)