summaryrefslogtreecommitdiff
path: root/sysutils/openvox-server8/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/openvox-server8/pkg-descr')
-rw-r--r--sysutils/openvox-server8/pkg-descr11
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/openvox-server8/pkg-descr b/sysutils/openvox-server8/pkg-descr
new file mode 100644
index 000000000000..73a974443f9f
--- /dev/null
+++ b/sysutils/openvox-server8/pkg-descr
@@ -0,0 +1,11 @@
+Puppet master is a Ruby application that compiles configurations
+for any number of Puppet agent nodes, using Puppet code and various
+other data sources. (For more info, see Overview of Puppet's
+Architecture.)
+
+Puppet Server is an application that runs on the Java Virtual Machine
+(JVM) and provides the same services as the classic Puppet master
+application. It mostly does this by running the existing Puppet
+master code in several JRuby interpreters, but it replaces some
+parts of the classic application with new services written in
+Clojure.