Skip to content

Commit

Permalink
replace claranet/timezone with puppet/systemd
Browse files Browse the repository at this point in the history
Fixes: #2101
  • Loading branch information
evgeni committed Jul 9, 2024
1 parent 9b663f9 commit 7331bdf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion puppet/Puppetfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
moduledir 'external_modules'

mod 'citrin/htpasswd', '1.0.2'
mod 'claranet/timezone', '2.0.1'
mod 'puppet/archive', '7.1.0'
mod 'puppet/augeasproviders_core', '4.1.0'
mod 'puppet/augeasproviders_mounttab', '4.0.0'
Expand Down
2 changes: 2 additions & 0 deletions puppet/data/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -237,3 +237,5 @@ sudo::wheel_config: password
redmine::https: true

apache::default_vhost: false

systemd::timezone: UTC
2 changes: 1 addition & 1 deletion puppet/modules/profiles/manifests/base.pp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
include motd
include puppet
include ssh
include timezone
include systemd
include unattended
if $facts['os']['family'] == 'RedHat' {
package { 'ntp':
Expand Down

0 comments on commit 7331bdf

Please sign in to comment.