puppet

  1. denzill

    is puppetserver broken?

    Clean install of puppetserver8-8.7.0_2, default config, our poudriere repo... installed with `pkg install puppetserver8` uname: FreeBSD vm-puppet 13.5-RELEASE FreeBSD 13.5-RELEASE releng/13.5-n259162-882b9f3f2218 GENERIC amd64 Any request from puppet agent ended with...
  2. Sparkee

    Solved puppet-agent log

    I'm working on making sure puppet-agent logs are written to /var/log/puppetlabs/puppet/agent.log only. By creating /etc/syslog.d/puppet.conf with the following content logs are written to the requested files but they are still written to /var/log/messages !puppet-agent *.*...
  3. R

    Puppet woes managing rc, sysctl, and loader

    I'm setting up a new server with Puppet to manage the native OS and many jails. I've been having horrible problems trying to automate the management of key/value pairs for rc, sysctl, and loader. I'm wondering if anyone had advice or had been successful managing these key files. I started with...
  4. Sparkee

    Solved Puppet vs. Vault using self signed ssl

    I'm working on connecting Puppet agent to (HashiCorp) Vault server that is using a self signed SSL. It returns with the following error: puppet agent -t Error: Failed to apply catalog: certificate verify failed [unable to get local issuer certificate for CN=vault.server.com] On Ubuntu I solved...
  5. O

    PUPPET

    How do I install puppet agent on FreeBSD 11.1 ?
  6. Mormegil

    Peg package at specific version using poudriere?

    After updating my poudriere ports tree, sysutils/rubygem-facter was updated from version 2.4.6 to version 2.5.0. This is causing puppet to hang for 5-10 minutes at Info: Loading facts, but only for my bhyve virtual machines. I'm trying to track down differences between facts that test on eg...
  7. barrandrea

    Spacewalk for FreeBSD

    I've the necessity to manage easily the package and the related configurations files for a lot of 10.2 FreeBSD servers that typically host Java or PHP applications. I've seen for CentOs and RedHat the Spacewalk software and it work very good for these OS. There is something similar for FreeBSD...
  8. P

    List of Puppet-modules with FreeBSD-support

    Hi. I want to do a survey _only_ for peoples who really used Puppet for FreeBSD configuration. You can write (preferably with reference to the official page of the module), the modules that you use in your work? I want to get as much as possible the full list of modules that work today on...
  9. Sebulon

    Puppet and Foreman on top of Apache/Passenger

    Contents Intro Installing packages Setting up database Setting up Puppet and Foreman Setting up Apache Setting up Foreman-proxy Intro First of all, this howto wouldn´t have been possible without junovitch and his thread: HOWTO: Puppet and Puppet Dashboard on top of Nginx/Passenger so big...
  10. C

    Puppet : Run of Puppet configuration client already in prog

    Hello everyone! I have problem with my puppet server. Agents works fine. But puppet master not. When I do : /usr/local/sbin/puppetd --test --server gammagw Its show this error : notice: Run of Puppet configuration client already in progress; skipping. I am already removed puppetdlock file...
  11. J

    HOWTO: Puppet and Puppet Dashboard on top of Nginx/Passenger

    CONTENTS Intro Assumptions MariaDB Database Jail Prep Creating and Configurating a MariaDB Database for Puppet Dashboard Intro Intro I've been using Puppet for most of this year using the standard sysutils/puppet with its included WEBrick server. While that works for me, I was interested in...
  12. SirDice

    Puppet zleslie/freebsd

    Is there anybody that uses the zleslie/freebsd module in Puppet? I'm a total newbie when it comes to Puppet but I managed to get a basic configuration going. The same author has a PKGNG module and that one works perfectly. I created a few basic modules containing some services I wanted to...
  13. V

    Puppet cannot install ports

    I'm started to learn puppet. Trying to install port, but get errors. My example: # cat ./iperf.pp package { 'benchmarks/iperf': ensure => 'installed', provider => 'ports', } # puppet apply iperf.pp Error: Execution of '/usr/local/sbin/portupgrade -N -M BATCH=yes benchmarks/iperf'...
  14. D

    puppet 3 - OpenSSL not playing nice

    Brand new install, FreeBSD 9.1-RELEASE. /etc/make.conf: RUBY_DEFAULT_VER=1.9 BATCH=yes # added by use.perl 2013-01-03 21:31:20 PERL_VERSION=5.14.2 Installed sysutils/puppet and when I try to do: $ puppet module search apache I get: Searching https://forge.puppetlabs.com ... Error...
  15. jake

    cfengine3 vs puppet vs chef vs bcfg2

    Most of these have been mentioned at some point, in some context on the forums. I have done some googleing and started a lab for a few of these. Does any one have any recommendations or advice for any of these, (maybe even other ones)? I am planning on deploying something like this in a pure...
  16. N

    puppet and managing ports : many questions

    I'm testing sysutils/puppet to manage many FreeBSD servers. I have many questions about ports: - puppet has a module to manage ports with portupgrade. I'm a portmaster user: what is the difference? - portupgrade needs to be in "batch=yes": so all ports validate defaults options; I don't want...
Back
Top