Note that exim contains tracker-specific configuration
[mirror/dsa-puppet.git] / modules / huge_mem / manifests / init.pp
index 2cbfc18..9383034 100644 (file)
@@ -3,11 +3,11 @@ class huge_mem {
        # so filtering needs to happen here.
 
        if $::hostname in [grnet-node01,grnet-node02] {
-               site::sysctl { 'puppet-vm_dirty_bytes':
+               base::sysctl { 'puppet-vm_dirty_bytes':
                        key   => 'vm.dirty_bytes',
                        value => '1073741824',
                }
-               site::sysctl { 'puppet-vm_dirty_background_bytes':
+               base::sysctl { 'puppet-vm_dirty_background_bytes':
                        key   => 'vm.dirty_background_bytes',
                        value => '268435456',
                }