diff --git a/.gitignore b/.gitignore index 619e344..4fc7e1b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ pkg/ metadata.json - +Modulefile .project diff --git a/Modulefile b/Modulefile index 62fc6fd..b51a975 100644 --- a/Modulefile +++ b/Modulefile @@ -1,10 +1,10 @@ -name 'lelama-profile_d' +name 'puppet-profile_d' version '0.1.0' -author 'lelama' +author 'marcgascon' license 'Apache Version 2.0' -project_page 'http://github.com/lelama/lelama-profile_d.git' -source 'git://github.com/lelama/lelama-profile_d.git' -summary 'profile.d Module' +project_page 'http://github.com/marcgascon/puppet-profile-d.git' +source 'git://github.com/marcgascon/puppet-profile-d.git' +summary 'profile-d Module ables you to manage files under /etc/profile.d/' description 'profile.d Module for RHEL, CentOS, Debian, Ubuntu' dependency 'puppetlabs/stdlib', '>=3.2.0'