diff options
author | Luke Blaney <github@lukeblaney.co.uk> | 2014-05-27 13:46:49 +0100 |
---|---|---|
committer | Luke Blaney <github@lukeblaney.co.uk> | 2014-05-27 13:46:49 +0100 |
commit | 11dfa3835e855161dbb3ca98159442463d6fa8d2 (patch) | |
tree | db1c8bc8a0bd5aa677421725cb899d01847ba8d4 /Modulefile | |
parent | d98e0083f33f76e1ad13b650df81bdb18e4b59fe (diff) | |
download | puppet-vcsrepo-11dfa3835e855161dbb3ca98159442463d6fa8d2.tar.gz puppet-vcsrepo-11dfa3835e855161dbb3ca98159442463d6fa8d2.tar.bz2 |
Update Modulefile to use hyphen in name, not slash
For details about the difference, see: http://docs.puppetlabs.com/puppet/latest/reference/modules_publishing.html#another-note-on-module-names
Diffstat (limited to 'Modulefile')
-rw-r--r-- | Modulefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -name 'puppetlabs/vcsrepo' +name 'puppetlabs-vcsrepo' version '0.2.0' summary 'Manage repositories from various version control systems' description 'Manage repositories from various version control systems' |