Ain't nobody needs ntp and molly-guard in a container

This commit is contained in:
Alexander Trost
2015-10-21 13:02:20 +02:00
parent 7b452c6a1d
commit b0855e33f9

View File

@@ -1,10 +1,6 @@
class zulip::base {
include apt
$base_packages = [ # Basic requirements for effective operation of a server
"ntp",
# This is just good practice
"molly-guard",
# Dependencies of our API
$base_packages = [ # Dependencies of our API
"python-requests",
"python-simplejson",
]