extlookup2hiera
configuration management system, agent
Install
- All systems
-
curl cmd.cat/extlookup2hiera.sh
- Debian
-
apt-get install puppet
- Ubuntu
-
apt-get install puppet-common
- Arch Linux
-
pacman -S puppet
- Kali Linux
-
apt-get install puppet
- Fedora
-
dnf install puppet
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install puppet-common
- Raspbian
-
apt-get install puppet
- Dockerfile
- dockerfile.run/extlookup2hiera
puppet
configuration management system, agent
Puppet is a server automation tool. It is composed of a declarative language for expressing system configuration, a client and server for distributing it, and a library for realizing the configuration. The primary design goal of Puppet is to have an expressive enough language backed by a powerful enough library that you can write your own server automation applications in just a few lines of code. Puppet??s deep extensibility and open source license lets you add functionality as needed and share your innovations with others. This package contains "puppet" service and init script used to run the puppet agent, and depend on the "puppet-common" package which contains the software.
puppet-common
configuration management system
Puppet is a server automation tool. It is composed of a declarative language for expressing system configuration, a client and server for distributing it, and a library for realizing the configuration. The primary design goal of Puppet is to have an expressive enough language backed by a powerful enough library that you can write your own server automation applications in just a few lines of code. Puppet??s deep extensibility and open source license lets you add functionality as needed and share your innovations with others. This package contains the puppet software and documentation. To automatically start a puppet agent, install the "puppet" package. To install and configure a puppet master, install one of the "puppetmaster" or "puppetmaster-passenger" packages.
ruby-hiera-puppet
data backend for ruby-hiera and puppet query function interface
ruby-hiera-puppet is a data backend for ruby-hiera that can query the internal Puppet scope for data. It also includes a Puppet function that works like extlookup() but uses the various Hiera backends.