diff options
-rw-r--r-- | Modulefile | 8 | ||||
-rw-r--r-- | README.markdown | 2 |
2 files changed, 5 insertions, 5 deletions
@@ -1,8 +1,8 @@ -name 'kwilczynski/puppet-functions' +name 'puppetlabs-functions' version '0.0.1' -source 'https://github.com/kwilczynski/puppet-functions' +source 'https://github.com/puppetlabs/puppetlabs-functions' author 'Krzysztof Wilczynski' -license 'UNKNOWN' +license 'Apache License 2.0' summary 'A set of basic functions for puppet.' description 'This module provides a set of basic functions for puppet that extend the standard library.' -project_page 'https://github.com/kwilczynski/puppet-functions' +project_page 'https://github.com/puppetlabs/puppetlabs-functions' diff --git a/README.markdown b/README.markdown index 71a0e6e..ec4267c 100644 --- a/README.markdown +++ b/README.markdown @@ -1,4 +1,4 @@ -## puppet-functions module +## puppetlabs-functions module ### Overview |