mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
572cb515fc
This port is based on prior wor done in sysutils/puppetserver, and updated to leverage the CFACTER build of sysutils/facter. Approved by: swills(mentor) Differential Revision: D12513
14 lines
633 B
Plaintext
14 lines
633 B
Plaintext
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.
|
|
|
|
WWW: https://docs.puppetlabs.com/puppetserver/latest/services_master_puppetserver.html
|