diff options
Diffstat (limited to 'modules/timezone/manifests/init.pp')
| -rw-r--r-- | modules/timezone/manifests/init.pp | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/modules/timezone/manifests/init.pp b/modules/timezone/manifests/init.pp index 0f33093a..67682f49 100644 --- a/modules/timezone/manifests/init.pp +++ b/modules/timezone/manifests/init.pp @@ -1,8 +1 @@ - -class timezone { - define timezone() { - file { "/etc/localtime": - ensure => "/usr/share/zoneinfo/$name" - } - } -} +class timezone {} |
