diff options
author | Chris Price <chris@pupppetlabs.com> | 2012-08-16 18:49:40 -0700 |
---|---|---|
committer | Chris Price <chris@pupppetlabs.com> | 2012-08-16 18:49:40 -0700 |
commit | bf06644b4a38a40a36c629e7dc619fba4c35c730 (patch) | |
tree | c002cad9223ee27a7a4c7b0f08a4ec1b429d58bd | |
parent | 1740608847714d5a1e500df20ba2df0ffdc07240 (diff) | |
download | puppet-inifile-bf06644b4a38a40a36c629e7dc619fba4c35c730.tar.gz puppet-inifile-bf06644b4a38a40a36c629e7dc619fba4c35c730.tar.bz2 |
Add Modulefile
-rw-r--r-- | Modulefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Modulefile b/Modulefile new file mode 100644 index 0000000..d909ee1 --- /dev/null +++ b/Modulefile @@ -0,0 +1,8 @@ +name 'cprice404-inifile' +version '0.0.1' +source 'git://github.com/cprice-puppet/puppetlabs-inifile.git' +author 'Chris Price' +description 'Resource types for managing settings in INI files' +summary 'Resource types for managing settings in INI files' +license 'Apache' +project_page 'https://github.com/cprice-puppet/puppetlabs-inifile' |