Skip to content

Commit

Permalink
Merge pull request #97 from jantonio85/issue#95
Browse files Browse the repository at this point in the history
Fix // issue#95
  • Loading branch information
saz committed Jul 13, 2020
2 parents 69dc5d0 + e3c158a commit 74946be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Expand Up @@ -41,7 +41,7 @@
Boolean $autoupgrade = false,
Optional[Array[String]] $notify_services = [],
Optional[String] $package = undef,
String $zoneinfo_dir = '/usr/share/zoneinfo/',
String $zoneinfo_dir = '/usr/share/zoneinfo',
String $localtime_file = '/etc/localtime',
Optional[String] $timezone_file = undef,
Optional[String] $timezone_file_template = 'timezone/clock.erb',
Expand Down

0 comments on commit 74946be

Please sign in to comment.