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'