Update tests to reflect changes in install/base dir params
This commit is contained in:
@@ -5,9 +5,9 @@ describe 'dokuwiki::config' do
|
||||
let(:params) {{
|
||||
:manage_vhost => true,
|
||||
:vhost => 'dokuwiki.example.com',
|
||||
:base_path => 'dokuwiki',
|
||||
:base_path => 'dokuwiki/',
|
||||
:apache_confdir => '/etc/apache2/vhosts.d',
|
||||
:install_dir => '/var/www/localhost/htdocs',
|
||||
:install_dir => '/var/www/localhost',
|
||||
:local_conf_template => 'dokuwiki/local.php.erb',
|
||||
:protected_conf_template => 'dokuwiki/local.protected.php.erb',
|
||||
:ldap_servers => ['ldap'],
|
||||
|
||||
Reference in New Issue
Block a user