diff options
author | Adam Jahn <ajjahn@gmail.com> | 2012-08-24 17:11:53 -0400 |
---|---|---|
committer | Adam Jahn <ajjahn@gmail.com> | 2012-08-24 17:11:53 -0400 |
commit | e8a9a72e8f76ad6e830635f21c42c034fe78fa14 (patch) | |
tree | 000173a107df346afd2bb542bd633207b866a3df | |
parent | a5fab90508b82c482dafb1f1eeb36c4f20cd6116 (diff) | |
download | puppet-samba-e8a9a72e8f76ad6e830635f21c42c034fe78fa14.tar.gz puppet-samba-e8a9a72e8f76ad6e830635f21c42c034fe78fa14.tar.bz2 |
need a modulefile for puppet forge
-rw-r--r-- | Modulefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Modulefile b/Modulefile new file mode 100644 index 0000000..710c8cd --- /dev/null +++ b/Modulefile @@ -0,0 +1,6 @@ +name 'examplecorp-mymodule' +version '0.1.0' +summary "Module for provisioning Samba" +description "Module for provisioning Samba" +author 'Adam Jahn' +project_page 'https://github.com/ajjahn/puppet-samba'
\ No newline at end of file |