From 58c627134e1a892108c9ce79a97306279f0f5bbc Mon Sep 17 00:00:00 2001 From: Branan Purvine-Riley Date: Thu, 7 Jun 2012 13:43:54 -0700 Subject: [PATCH] Add modulefile and changelog for initial release --- deployment/puppet/horizon/CHANGELOG | 2 ++ deployment/puppet/horizon/LICENSE | 15 +++++++++++++++ deployment/puppet/horizon/Modulefile | 9 +++++++++ 3 files changed, 26 insertions(+) create mode 100644 deployment/puppet/horizon/CHANGELOG create mode 100644 deployment/puppet/horizon/LICENSE create mode 100644 deployment/puppet/horizon/Modulefile diff --git a/deployment/puppet/horizon/CHANGELOG b/deployment/puppet/horizon/CHANGELOG new file mode 100644 index 0000000000..5bcf7dfa3a --- /dev/null +++ b/deployment/puppet/horizon/CHANGELOG @@ -0,0 +1,2 @@ +* 2012-06-12 0.1.0 +- Initial release diff --git a/deployment/puppet/horizon/LICENSE b/deployment/puppet/horizon/LICENSE new file mode 100644 index 0000000000..8961ce8a6d --- /dev/null +++ b/deployment/puppet/horizon/LICENSE @@ -0,0 +1,15 @@ +Copyright (C) 2012 Puppet Labs Inc + +Puppet Labs can be contacted at: info@puppetlabs.com + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. diff --git a/deployment/puppet/horizon/Modulefile b/deployment/puppet/horizon/Modulefile new file mode 100644 index 0000000000..9afd3a5a30 --- /dev/null +++ b/deployment/puppet/horizon/Modulefile @@ -0,0 +1,9 @@ +name 'puppetlabs-horizon' +version '0.1.0' +source 'https://github.com/puppetlabs/puppetlabs-horizon' +author 'Puppet Labs' +license 'Apache License 2.0' +summary 'Horizon Dashboard Module for Puppet' +project_page 'https://github.com/puppetlabs/puppetlabs-horizon' + +dependency 'saz/memcached', '>= 2.0.1'