diff --git a/Puppetfile b/Puppetfile index ab5b1a6..741ea6e 100644 --- a/Puppetfile +++ b/Puppetfile @@ -140,8 +140,8 @@ mod 'sysctl', :ref => '1.1.0' mod 'logrotate', - :git => 'https://github.com/rodjek/puppet-logrotate.git', - :ref => '1.1.1' + :git => 'https://github.com/yo61/puppet-logrotate.git', + :ref => 'v1.3.0' mod 'wordpress', :git => 'https://github.com/hunner/puppet-wordpress.git', diff --git a/site/profile/manifests/base/logrotate.pp b/site/profile/manifests/base/logrotate.pp index b6fa731..407b692 100644 --- a/site/profile/manifests/base/logrotate.pp +++ b/site/profile/manifests/base/logrotate.pp @@ -3,6 +3,6 @@ # class profile::base::logrotate { - include '::logrotate::base' + include '::logrotate' } \ No newline at end of file