Skip to content
This repository has been archived by the owner on May 25, 2022. It is now read-only.

Commit

Permalink
Revert "#128: Fix permissions"
Browse files Browse the repository at this point in the history
This reverts commit 45c56ee.
  • Loading branch information
Steven Rombauts committed Jun 19, 2018
1 parent 45c56ee commit 9f82113
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions puppet/modules/custom/profiles/manifests/base.pp
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,4 @@
home => '/home/vagrant',
}

# Make sure /var/www can be written to by the vagrant and www-data users.
# This is important if /var/www is not mounted through Vagrant,
# and when running the ServerSpec tests during the Packer build.
file { '/var/www':
ensure => directory,
owner => vagrant,
group => www-data,
mode => 'a=rx,ug+w'
}

}
2 changes: 1 addition & 1 deletion tests/spec/default/joomlatools.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
describe '### joomlatools-console' do

describe command('joomla -V') do
its(:stdout) { should match /Joomla Console tools \d\.\d+\.\d+/ }
its(:stdout) { should match /Joomla Console tools version \d\.\d+\.\d+/ }
end

describe command('joomla site:create serverspectest') do
Expand Down

0 comments on commit 9f82113

Please sign in to comment.