From f664ff4709b8bb0ffd5216467b8d8e44e74e9724 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Can=C3=A9vet?= Date: Fri, 31 Jan 2014 10:57:28 +0100 Subject: [PATCH] Add Modulefile to release to the forge --- .gitignore | 3 +++ LICENSE-2.0.txt => LICENSE | 0 Modulefile | 8 ++++++++ 3 files changed, 11 insertions(+) create mode 100644 .gitignore rename LICENSE-2.0.txt => LICENSE (100%) create mode 100644 Modulefile diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..054f1bd --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +pkg/ +*.swp +spec/fixtures diff --git a/LICENSE-2.0.txt b/LICENSE similarity index 100% rename from LICENSE-2.0.txt rename to LICENSE diff --git a/Modulefile b/Modulefile new file mode 100644 index 0000000..634d10e --- /dev/null +++ b/Modulefile @@ -0,0 +1,8 @@ +name 'camptocamp-archive' +version '0.0.1' +source 'https://github.com/camptocamp/puppet-archive' +author 'Camptocamp' +license 'Apache 2.0' +summary 'Camptocamp Archive Module' +description 'Archive Module for Puppet' +project_page 'https://github.com/camptocamp/puppet-archive'