diff --git a/modules/openstack_project/manifests/etherpad.pp b/modules/openstack_project/manifests/etherpad.pp
index 20026b7ad2..66832dd4c4 100644
--- a/modules/openstack_project/manifests/etherpad.pp
+++ b/modules/openstack_project/manifests/etherpad.pp
@@ -49,14 +49,6 @@ class openstack_project::etherpad (
     backup_user   => 'bup-etherpad',
     backup_server => 'ci-backup-rs-ord.openstack.org',
   }
-
-  include ulimit
-  ulimit::conf { 'unlimit_etherpad_files':
-    limit_domain => 'eplite',
-    limit_type   => 'hard',
-    limit_item   => 'nofile',
-    limit_value  => '10000'
-  }
 }
 
 # vim:sw=2:ts=2:expandtab:textwidth=79