Skip to content

Instantly share code, notes, and snippets.

@patcon
Created April 2, 2012 17:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save patcon/2285241 to your computer and use it in GitHub Desktop.
Save patcon/2285241 to your computer and use it in GitHub Desktop.
52 bash "Running Drupal install script..." do
53 code ". #{node['filesystem']['v-root']['mount']}/config/scripts/01-build.sh"
54 environment({
55 'PROJECT' => 'condel',
56 'SERVER_ROOT_PASSWORD' => node['mysql']['server_root_password'],
57 'ACCOUNT_PASS' => 'admin',
58 'ACCOUNT_MAIL' => 'vagrant@localhost'
59 })
60 not_if "test -e /mnt/www/html/#{project}"
61 end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment