Dade Moeller Education Academy On-line
On the web understanding is now an easy and effective way of training and finding out for varied audiences - be it school youngsters or corporate workers. We Provide Technical Tutorials and...
View ArticleTurn Your Coaching Course Into An On-line Goldmine GuyKat Solutions Ltd.
On the internet trainings professional prides itself on ensuring that our on the internet trainers are actual time the online instruction organization provide online education applications to our...
View ArticleOpening Openings, And Inspirational Closings
Initial-selected Braindumps Our practice tests are second to none due to the fact they are written and formatted by prime senior IT specialists functioning in todays prospering companies and data...
View ArticleComment faire de l'argent rapidement sur internet
Comment faire de l'argent rapidement sur internet http://www.surginet.info/userinfo.php?uid=2246893Saint-Gobain : le secteur financier avec lequel un cessez-le-feu unilatéral et rétablisse ainsi de...
View ArticleSpecial characters on package name
I'm trying to install Skype to Windows using package type: package { 'Skype': ensure => "$skype_version", source => "$fileserver\\$skype_installer", } This works but Skype gets installed with...
View ArticleUnable to get PuppetDB to work. SSL hostname mismatch
I am trying to configure PuppetDB but have an issue I cant seem to resolve. I followed: [Install manual](https://docs.puppetlabs.com/puppetdb/latest/connect_puppet_master.html) PuppetDB is running,...
View ArticleI only want a puppet class to run if a certtain network route exists on the...
I've got a puppet class working that installs some software. However, the software only installs properly if a certain route exists so the software client can communicate with the master. I have the...
View ArticleUsing Puppet Apply with Hiera for building Docker images
I'm trying to build a docker image with Puppet Apply and Hiera. The puppet module can be found here [1], hiera data files can be found here [2] and Dockerfile is as follows: FROM ubuntu:15.10...
View ArticleWhat is the license of the new components in puppet-agent 1.3.0?
The latest Puppet-agent packages introduces new components. The license of some of them is easy to find: - cpp-pcp-client 1.0.1 Apache-2.0 https://github.com/puppetlabs/cpp-pcp-client - pxp-agent...
View Articlehow to multiple values for single resource in serverspec
Hi, I have puppet manifest for user creation like the below one $db_usr = { 'dbusr' => { 'ensure' => 'present', 'uid' => '5453', 'gid' => 'db_group', 'shell' => '/usr/bin/ksh', 'home'...
View ArticleIs Puppet Evaluating Variables in my YAML data?
I have this in a yaml file in my hiera data: wsgi_keystone_conf_contents: | Listen 5000 Listen 35357 WSGIDaemonProcess keystone-public processes=5 threads=1 user=keystone group=keystone...
View ArticleApproach update Java Plugin on Windows
Hello! I would like to know if someone here implemented a module for update Java Plugins on Windows. How did you approach it? I built a module with the simple task of installing the Java Plugin on our...
View ArticleWhy storeconfigs = true fails and storeconfigs = false is not?
I have installed puppet and puppetdb-terminus from gems, and puppetdb from module. When I have: storeconfigs_backend = puppetdb storeconfigs = true my set up is not working, I am getting: Could not...
View Articlelooking for advice on firewall configuration via puppet
I'm trying to bring some sanity to the network environment I work in (long story). We have hundreds on linux hosts without any centralized management or control of configuration. I want to use puppet...
View ArticleUse puppet to manage apt-dater
Hello, I'm trying to use the [example42/puppet-apt](https://github.com/example42/puppet-apt) module to create an apt-dater manager. My config looks like this: class { 'apt::dater': role =>...
View ArticleHow to send notifications from custom resource provider?
Is it possible to send notifications from a custom provider to force another resource to refresh? If so, what's the API to do so?
View ArticleHow to distribute hiera files with puppet modules via puppet forge?
Hi all, I'm using puppet 3.4.3, and my modules are tightly coupled to hiera. I would like to know the options that I have for distributing the hiera files (hiera.yaml and a few basic yaml backend...
View ArticleFailed to apply catalog: Parameter source failed on Firewall
Hi there! How i can set source interface address in firewall rule? I try it: firewall { '000 her': chain => 'PREROUTING', table => 'raw', source => '! <%= ipaddress_eth0 %>', jump =>...
View ArticleNFLOG in puppetlabs-firewall
Hi there! How i can write this rule with puppetlabs-firewall? -A FORWARD -p tcp -m tcp --dport 80 --tcp-flags ALL ACK,PSH -j NFLOG --nflog-group 100 i.e "-j NFLOG --nflog-group 100"
View ArticlePe-postgresql is corrupted, how do I recover it if I don't have a backup of...
Pe-postgresql is corrupted, how do I recover it if I don't have a backup of the data? 1) We are considering to reinstall the pe-postgresql. Will it work? 2) Our pe-puppet-dashboard is failing. Is it...
View Article