diff --git a/.gitreview b/.gitreview new file mode 100644 index 0000000..f1d85fb --- /dev/null +++ b/.gitreview @@ -0,0 +1,4 @@ +[gerrit] +host=review.openstack.org +port=29418 +project=openstack-infra/puppet-drupal.git diff --git a/Rakefile b/Rakefile new file mode 100644 index 0000000..7f22329 --- /dev/null +++ b/Rakefile @@ -0,0 +1,8 @@ +require 'rubygems' +require 'puppetlabs_spec_helper/rake_tasks' +require 'puppet-lint/tasks/puppet-lint' +PuppetLint.configuration.fail_on_warnings = true +PuppetLint.configuration.send('disable_80chars') +PuppetLint.configuration.send('disable_autoloader_layout') +PuppetLint.configuration.send('disable_class_inherits_from_params_class') +PuppetLint.configuration.send('disable_class_parameter_defaults') \ No newline at end of file diff --git a/metadata.json b/metadata.json new file mode 100644 index 0000000..4b8fe11 --- /dev/null +++ b/metadata.json @@ -0,0 +1,22 @@ +{ + "name": "openstackci-drupal", + "version": "0.0.1", + "author": "Openstack CI", + "summary": "Puppet module for drupal", + "license": "Apache 2.0", + "source": "git://git.openstack.org/openstack-infra/puppet-drupal.git", + "project_page": "http://ci.openstack.org/", + "issues_url": "https://storyboard.openstack.org/#!/project/762", + "operatingsystem_support": [ + { "operatingsystem": "Ubuntu", "operatingsystemrelease": ["12.04"] } + ], + "requirements": [ + { "name": "pe", "version_requirement": ">= 3.2.0 < 3.4.0" }, + { "name": "puppet", "version_requirement": "3.x" } + ], + "dependencies": [ + { "name": "puppetlabs/stdlib", "version_requirement": ">= 3.2.0" }, + { "name": "puppetlabs/mysql", "version_requirement": "= 0.6.1" }, + { "name": "puppetlabs/apache", "version_requirement": "= 0.0.4" } + ] +}