diff --git a/.gitreview b/.gitreview new file mode 100644 index 0000000..43b79fe --- /dev/null +++ b/.gitreview @@ -0,0 +1,4 @@ +[gerrit] +host=review.openstack.org +port=29418 +project=openstack-infra/puppet-etherpad_lite.git diff --git a/README.md b/README.md new file mode 100644 index 0000000..c839b51 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# OpenStack Etherpad Lite Module + +This module installs and configures Etherpad Lite diff --git a/Rakefile b/Rakefile new file mode 100644 index 0000000..ff1f0d7 --- /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') diff --git a/metadata.json b/metadata.json new file mode 100644 index 0000000..c039369 --- /dev/null +++ b/metadata.json @@ -0,0 +1,11 @@ +{ + "name": "openstackci-etherpad_lite", + "version": "0.0.1", + "author": "Openstack CI", + "summary": "Puppet module for Etherpad Lite", + "license": "Apache 2.0", + "source": "git://git.openstack.org/openstack-infra/puppet-etherpad_lite.git", + "project_page": "http://ci.openstack.org/", + "issues_url": "https://storyboard.openstack.org/#!/project/800", + "dependencies": [] +}