Set /etc/environment and /etc/default/locale with puppet instead of in new-machine...
[mirror/dsa-puppet.git] / modules / debian_org / manifests / init.pp
index 25dd35e..30f0be5 100644 (file)
@@ -223,6 +223,14 @@ class debian_org {
                mode   => '0444',
                source => 'puppet:///modules/debian_org/etc.zsh/zprofile',
        }
+       file { '/etc/environment':
+               content => "",
+               mode => '0440',
+       }
+       file { '/etc/default/locale':
+               content => "",
+               mode => '0440',
+       }
 
        # set mmap_min_addr to 4096 to mitigate
        # Linux NULL-pointer dereference exploits