Did Puppet remove Puppet OpenSource download option?
Previously I used to go the following link [link text](https://puppetlabs.com/puppet/puppet-open-source) and download Puppet Open Source. Now I cannot get to that option. The only download option I...
View ArticleHow to assign node specific variable using pe-console v2015 3.1?
I assign same class to different node. But i want to change the parameter values for each node. how to specify the variable to node ?
View ArticleRunning puppet is daemon mode doesn't generate certificate request
The old certificated has been clean on the puppet master. The ssl directory has been deleted New certs have to be generated now. On starting puppet in daemon mode will a new certificate be generated ?...
View ArticleHow does puppet decide if a node is active?
I'm trying to change default behavior in puppet when a Notify resource is applied on a node. Current state (3.8) is that whenever the client is applying a simply Notify message, the client will send a...
View ArticleFunction 'fail' does not return a value
I have define function and writing puppet-rspec for this. define test-define { $app_type = $name ? { 'type1' => $type1_script_dirs, 'type2' => $type2_script_dirs, 'type3' =>...
View ArticleVM credentials on the self-trainning execise
Hi everyone, How can I get credentials on the self-training linux centos 7 VM exercise modules like resources or classes? Thanks Guys
View Articlewhat type of lens used for .conf type file in augeas?
I want to change wrapper.conf file using augeas. So which lens is efficient for it. I tried it with Shellvars.lns but i got error like the following. print /augeas//error...
View ArticleHow to create resources from a config file.
Hi, I'm fairly new to puppet and come from a programming background, so please forgive me if I'm just thinking about this wrong. What I would like to achieve is having a single, simple, editable file...
View Articlepuppet-windows_firewall cant delete default windows firewall rules
In my yaml file below, this should be deleting a default windows firewall rule. 'File and Printer Sharing (Echo Request - ICMPv6-In)': ensure: 'absent' protocol: 'ICMPv6' display_name: 'File and...
View ArticleHow to create multiple directory after the directory name of current date-time?
I want to create backup directory at the name of current date and time so i use below method in my init file. $time=generate('/bin/date', '+%d%b%y_%H-%M-%S'), i can able to create the directory named...
View Articlehiera dynamic lookup with external facts
It might be the day or the unstable caffeine levels, but this one is bugging me for more than a day now so I decided to ask here. The set up is simple: - Puppet 4.3 with hiera - puppetserver = test...
View ArticleBlogging for Business: Hints and Strategies to Make Your Website's Blog Page...
f you're in company online, you probably have a blog. If you don't possess a business blog however, you need to get a continuing business blog. Blogging for business can be a crucial (and free) method...
View ArticlePuppet variable contains dot (.)
Hi, I am unable to get a clean puppet parser validate or puppet-lint for the below line in my manifest: $oozie_db_url = 'jdbc:derby:${oozie.data.dir}/${oozie.db.schema.name}-db;create=true' When I do a...
View ArticleBusiness Loans For credit Rating - For Start-up Or Expansion
Prequalification for a mortgage is essential prior to searching for a home. You don't want to discover the home you love without being able to pay for it. Getting a loan might take some time and you...
View Articlepuppet apply getting failed
root@lin9888 [/etc/puppet/modules/root-httpdpkg/manifests] # more install.pp class httpdpkg::install inherits httpdpkg { package { 'httpd': ensure => installed, } } root@lin9888...
View ArticleBuy LoL Smurf Accounts
Invest in League of Legends Smurf ReportsWhether you need a training fresh methods, forms, along with playstyles without having actively playing a high positioned online game with your principal...
View Articlewhy this collector is not working?
I got my custom defined type for firewall rules https://gist.github.com/niksfirefly/0c7972c942a96d9569f1 which i want to export to different nodes `@@profile::firewall::resources` I want to collect my...
View ArticleRestarted the master now not working
My puppet master was working but now giving me this error when running puppet agent -t on the master. Warning: Unable to fetch my node definition, but the agent run will continue: Warning: getaddrinfo:...
View ArticlePuppet master not working after restarting the VM
Hi guys, I have just restarted my puppet master and it will no longer do the puppet agent -t on the master and have ran out of ideas on what this could be. I am getting the following error: Warning:...
View Articlegetting error when pass hiera in rspec-puppet
Hi, I have below code service { ntpd : ensure => stopped, enable => false, hasstatus => true, } Rspec test case for the manifests below let(:hiera_config) { 'spec/fixtures/hiera.yaml' } hiera...
View Article