saz/puppet-timezone

Update tzdata

markruys opened this issue · 1 comments

I think you always want the latest tzdata. So:

        package { 'tzdata':
            ensure => latest,
            before => File['/etc/localtime'],
        }
saz commented

Just use autoupgrade => true. Should be working with the current master as expected