Project

General

Profile

« Previous | Next » 

Revision 38eadb14

Added by Mickaël Canévet almost 9 years ago

Expand $ssldir

Closes GH-285

View differences:

spec/classes/puppet_server_config_spec.rb
should contain_concat__fragment('puppet.conf+10-main').
with_content(/^\s+logdir\s+= \/var\/log\/puppet$/).
with_content(/^\s+rundir\s+= \/var\/run\/puppet$/).
with_content(/^\s+ssldir\s+= \$vardir\/ssl$/).
with_content(/^\s+ssldir\s+= \/var\/lib\/puppet\/ssl$/).
with_content(/^\s+privatekeydir\s+= \$ssldir\/private_keys { group = service }$/).
with_content(/^\s+hostprivkey\s+= \$privatekeydir\/\$certname.pem { mode = 640 }$/).
with_content(/^\s+autosign\s+= \$confdir\/autosign.conf { mode = 664 }$/).

Also available in: Unified diff