Update tests to reflect changes in install/base dir params

This commit is contained in:
2014-11-24 17:07:57 +00:00
parent 066a46fdd6
commit 2076d4cdaa

View File

@@ -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'],