diff options
author | Branan Purvine-Riley <branan@puppetlabs.com> | 2012-06-28 11:09:57 -0700 |
---|---|---|
committer | Branan Purvine-Riley <branan@puppetlabs.com> | 2012-06-28 11:09:57 -0700 |
commit | 6905d2ca911cdd26a6d36ec12c920b05ec0d0c72 (patch) | |
tree | c0820f481b7d4ebeaaab2ebfe987961fc10a6d43 | |
parent | 6b725dd5e15552659d008e7e32e1a4fb7df34012 (diff) | |
download | puppet-concat-6905d2ca911cdd26a6d36ec12c920b05ec0d0c72.tar.gz puppet-concat-6905d2ca911cdd26a6d36ec12c920b05ec0d0c72.tar.bz2 |
Fix module name to make the PMT happier
-rw-r--r-- | Modulefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -name 'puppet-concat' +name 'ripienaar-concat' version '0.1.0' source 'git://github.com/ripienaar/puppet-concat.git' author 'R.I.Pienaar' |