Skip to content

Commit

Permalink
Merge pull request #13 from Mayflower/fix/settings-ssl-verify
Browse files Browse the repository at this point in the history
PUPPETDB_SSL setting is now PUPPETDB_SSL_VERIFY
  • Loading branch information
nibalizer committed Jan 17, 2014
2 parents fe9898a + 494ca66 commit f77ddc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/default_settings.py.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PUPPETDB_HOST = '<%= @puppetdb_host %>'
PUPPETDB_PORT = <%= @puppetdb_port %>
PUPPETDB_SSL = <%= @puppetdb_ssl %>
PUPPETDB_SSL_VERIFY = <%= @puppetdb_ssl %>
PUPPETDB_KEY = <%= @puppetdb_key %>
PUPPETDB_CERT = <%= @puppetdb_cert %>
PUPPETDB_TIMEOUT = <%= @puppetdb_timeout %>
Expand Down

0 comments on commit f77ddc3

Please sign in to comment.