]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
vagrant setup should create htaccess files!
authorDylan William Hardison <dylan@hardison.net>
Wed, 26 Apr 2017 17:06:14 +0000 (13:06 -0400)
committerDylan William Hardison <dylan@hardison.net>
Wed, 26 Apr 2017 17:06:14 +0000 (13:06 -0400)
vagrant_support/checksetup_answers.j2

index 32d337cad2b3d23a04caa5bd4846210b84a60460..19984dfde273daf21c135b93c869e45d2bfca7ee 100644 (file)
@@ -5,7 +5,7 @@ $answer{'ADMIN_REALNAME'}       = 'Vagrant User';
 $answer{'NO_PAUSE'}             = 1;
 $answer{'apache_size_limit'}    = 700000;
 $answer{'bugzilla_version'}     = '1';
-$answer{'create_htaccess'}      = '';
+$answer{'create_htaccess'}      = '1';
 $answer{'db_check'}             = 1;
 $answer{'db_driver'}            = 'mysql';
 $answer{'db_host'}              = '{{DB_IP}}';