Merge "Revert "Unlimit the number of open files on etherpad""

This commit is contained in:
Jenkins 2015-10-30 02:40:19 +00:00 committed by Gerrit Code Review
commit eb0ac70df7

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