Skip to content

Commit cf685b1

Browse files
author
Kevin Paulisse
committed
Don't set facts terminus to puppetdb since it's not needed
1 parent f11707d commit cf685b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/octocatalog-diff/catalog-util/builddir.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def install_routes_yaml(logger)
9898
routes_hash = {
9999
'master' => {
100100
'facts' => {
101-
'terminus' => 'puppetdb',
101+
'terminus' => 'yaml',
102102
'cache' => 'yaml'
103103
},
104104
'catalog' => {

0 commit comments

Comments
 (0)