Puppet Razor setup
hello; I'm trying to setup Puppet to deploy Operating systems. I have a CentoS Razor server which I am trying to configure. I'm using my Puppet server to deply Razor on the Centos server. When I run...
View Articlepuppetlabs-java failed to apply catalog: No title provided and :file is not a...
Same question at http://stackoverflow.com/questions/37497390/puppetlabs-java-oracle-failed-to-apply-catalog-no-title-provided-and-file-is-nObjective Find possible cause/solution for the issue of...
View ArticleHow to install net-tools package
Kindly suggest how to install net-tools package of Ubuntu. Put below in site.pp but tool such as ntpstat is still not available. package { 'net-tools' : ensure => 'present', } Running puppet agent...
View Articleupgrade from PE 3.8 to PE-2016.1
Hi , can anyone post or share a link upgrade PE from 3.8 version to 2016.1 version . I have no idea how to do it. I am a beginner.
View ArticleIs agent 3.2.2 too old(!) to run against server 2.4 (puppet v4) ?
Hi Guys, got a brand new v4 server and clean v3 client; ran a basic test and got puppetserver version: 2.4.0 puppet --version 3.2.2 (Test run on client node) puppet agent -t --noop Info: Retrieving...
View ArticleHello, I'm trying to use Vagrant/Puppet & Openstack
Hello, I'm trying to use Vagrant/Puppet & Openstack When I make vagrant provision /opt/puppetlabs/puppet/bin/rake -f /opt/puppet/share/puppet-dashboard/Rakefile RAILS_ENV=production...
View ArticleImprove toubleshooting error output
There is one thing about puppet that constantly frustrates me, and I'd like to know if there's a better way to use puppet. I find, whenever there's an error of some kind, it's virtually impossible to...
View ArticleIssue while installing Puppet
I am trying to install the Open source project version of puppet .I am unable to accept certificate obtained from the agent. I have installed server and agent, server on Ubuntu 16.04 and agent on...
View Articlehow to define static ip using razor
I am fairly new to razor and trying to do product evaluation so that we could consider it in future. I am finding bit difficult to configure static ip using razor and also how to use kickstart file...
View ArticleCannot login to Puppet Enterprise Console with domain credentials
Hi, I am using PE 4.2.2. I have setup the external directory services to connect to the domain. I was able to successfully add the domain group to User Groups and added it to the Administrators User...
View Articlesplit function not accept by puppet
Hi, I got below error when I rspec-puppet /opt/puppetlabs/puppet/bin/bundle exec rake spec Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, 'split' parameter 'str'...
View ArticleGet current default value
I managed to get the default value for a resource with this (so that I can add something to the defaults): define foo::bar($v) {} Foo::Bar { v => { 'foo' => 'bar' } } $a =...
View ArticleTrouble creating a release RPM from puppetlabs/puppet source repo
I am getting the same errors no matter what version I'm trying to build (3.8 - 4.5, and tried a few in between), so I'm doing something wrong here. After I do a git clone of...
View Articlecustom facts with stdlib
Greetings. Facter 1.6.18 / puppet 2.7..26 I would like to create some custom facts. I know that the ability was added in Facter 1.7 , but I keep reading references that the stdlib module allows custom...
View Articlehow to set windows screen resolution using puppet
We have a requirement where we need to change windows screen resolution through puppet. I could not find a way to do it in online forums.
View Articlehow to use tagmail
Please let me know how to use tagmail module to get emails only if there's an error in the puppet agent run. I read through the tagmail Readme in the forge and couldn't get answers to that. I...
View ArticleApplication Orchestration Update Half of Stack Before Other Half
Does anyone know how with Application Orchestration to only update half of a stack before the other half so the two web servers do not have Puppet running at the same time? For this example we have in...
View ArticleUpdating modules reaktor
The pzim Reaktor module works fine for new modules. However if i have to make changes to a few modules, commit the changes in git, the Reaktor does not pick up all the changes - It returns a blank...
View ArticleHiera lookup on array of hashes, is it possible?
Hello, I am not sure if this is possible at all, but let me introduce with challenge I am experiencing. I have this configuration: cloud::provision: 'strname': key1: str1 key2: str2 sg_key: -...
View Articlepuppet agent is not performing according to puppet master
Hi, I'm trying to configure puppet server and client. My server's `puppet.conf` looks like [main] logdir = /var/log/puppet rundir = /var/run/puppet ssldir = $vardir/ssl dns_alt_names =...
View Article