Revert "Unlimit the number of open files on etherpad"

This reverts commit e737a1f533.

This didn't actually apply because upstart avoids limits.conf. Remove it
as we fixed this in upstart job directly.

Change-Id: I835c39af1643d42e30d95f0cc9586c4e04001628
This commit is contained in:
Clark Boylan 2015-10-27 23:24:10 -07:00
parent 7ff013f6ae
commit 299832988f

View File

@ -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