Giter Club home page Giter Club logo

Comments (3)

hansmi avatar hansmi commented on June 3, 2024

The same issue occurs with the timezone Europe/Zurich on Debian 9 (Stretch). /etc/localtime is replaced with a symlink to Busingen.

from puppet-timezone.

Izzette avatar Izzette commented on June 3, 2024

Having the same issue on Ubuntu 14.04.5 LTS (Trusty Tahr) with America/Chicago, I believe this is a regression as the issue only occurred after I updated this module from v3.4.0 to 69178c7. I recommend renaming back to "Timezones with links are broken.", as this does not appear to be an issue only effecting Ubuntu Xenial.

For example:

root@puppet:/etc/puppetlabs/code/environments/production# cat manifests/site.pp
class { '::timezone': timezone => 'America/Chicago' }
root@puppet:/etc/puppetlabs/code/environments/production# puppet agent -t
<...>
Info: Computing checksum on file /etc/localtime
Info: FileBucket got a duplicate file {md5}d0f076c9f390e7d8a933cc7cc1ad2e90
Info: /Stage[main]/Timezone/File[/etc/localtime]: Filebucketed /etc/localtime to puppet with sum d0f076c9f390e7d8a933cc7cc1ad2e90
Notice: /Stage[main]/Timezone/File[/etc/localtime]/ensure: ensure changed 'file' to 'link'
<...>
root@puppet:/etc/puppetlabs/code/environments/production# date
Wed Dec 20 15:22:31 UTC 2017
root@puppet:/etc/puppetlabs/code/environments/production# ls -l /etc/localtime 
lrwxrwxrwx 1 root root 13 Dec 20 15:22 /etc/localtime -> ../US/Central
root@puppet:/etc/puppetlabs/code/environments/production# git -C modules/timezone checkout v3.4.0
<...>
HEAD is now at 0ec84f1... new release v3.4.0, fixes #36, fixes #39
root@puppet:/etc/puppetlabs/code/environments/production# puppet agent -t
<...>
Notice: /Stage[main]/Timezone/File[/etc/localtime]/ensure: defined content as '{md5}d0f076c9f390e7d8a933cc7cc1ad2e90'
<...>
root@puppet:/etc/puppetlabs/code/environments/production# date
Wed Dec 20 09:23:20 CST 2017

from puppet-timezone.

Izzette avatar Izzette commented on June 3, 2024

After some back tracking, I determined that this regression was introduced in 871cbd9.

from puppet-timezone.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.