File: postgres.rb

package info (click to toggle)
puppetdb 8.8.1-1~exp1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 19,692 kB
  • sloc: javascript: 23,285; ruby: 5,620; sh: 3,457; python: 389; xml: 114; makefile: 38
file content (11 lines) | stat: -rw-r--r-- 531 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
# We are eval'd in the scope of the acceptance framework's option-parsing
#  code, so we can't use __FILE__ to find our location.  We have access to
#  a variable 'options_file_path', though.
require File.expand_path(File.join(File.dirname(options_file_path), 'common.rb'))

common_options_hash.tap do |my_hash|
  my_hash[:is_puppetserver]        = 'true'
  my_hash[:'use-service']          = 'true'
  my_hash[:'puppetserver-confdir'] = '/etc/puppetlabs/puppetserver/conf.d'
  my_hash[:puppetservice]          = 'puppetserver'
end