Basic Help Installing Chocolatey
Hi, I am completely new to Puppet, but reading and learning a lot! I have a working Puppet master with Foreman, and 2 nodes set up and working correctly. I have been pulling my hair out trying to...
View Articlemesos slave unstable on mesos console.
I am an intern and totally new to mesos, puppet, docker, marathin. I am trying to automate addition of mesos slaves to mesos master using puppet code. For this I downloaded Deric Mesos module(open...
View Articleis there any way to install or configure puppet on vmware?
I'm planning to install Puppet in my laptop but my RAM is only 2GB but i think we require 8 GB RAM so in order to save space can we install it on VMWare? or pls give suggestions for installing Puppet...
View Articlepuppet module install fails
Puppet module install fails with the following error .. Unable to verify the SSL certificate The certificate may not be signed by a valid CA The CA bundle included with OpenSSL may not be valid or up...
View Articleinstall oracle client using command line
I used command line to install oracle client 12c silently with the following code. exec{'oracle': command => "setup.exe -silent -responseFile E:/software/Win64_120102_client/client12c_64.rsp ", path...
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 Articlebeaker No such file or directory - vagrant
This is my first adventure with beaker. I downloaded the puppetlabs-mysql module. I ran bundle exec rspec spec/acceptance in the mysql folder and i get this error: [vagrant@localhost mysql]$ bundle...
View ArticleHow do I do continuous deployment of WAR files using puppet
I would like to know how to do continuous deployment using puppet - the steps that i am looking forward is: 1) what code should be written to trigger puppet to do the deployment whenever code is...
View ArticleIs there a way to loop through resources
lets say I want to create two files with two different contents. i need to do the following: class newfile{ file{"file1": ensure => present, content => "abc", } file{"file2": ensure=>present,...
View Articlehow to read a text file from svn by puppet script?
how to read a text file from svn by puppet script?
View Articlehow to restart the server (like weblogic , tomacat )by puppet ?
How to restart the server (like weblogic , tomacat )by puppet script?
View ArticleHow to write a puppet script there only specific user can have rights for the...
How to write a puppet script there only specific user can have rights for the operations ? Currently in my script root user so all operation can be performed even deletion also so how can write a...
View ArticleHow to configure OHS server by puppet script ? any sample example ?
How to configure OHS server by puppet script ? any sample example ?
View Articlestuck in a reboot loop
I have Ubuntu 16.04 Desktop clients controlled with puppet. After an install completes, the first puppet sets up LDAP then reboots the computer, however it seems to be stuck in an infinite reboot...
View ArticleHow to configure OAM policy by puppet script ? sample code ?
How to configure OAM policy by puppet script ? sample code ?
View ArticleHow to redeploy and rollback a war file on weblogic server by puppet script?
How to redeploy and rollback a war file on weblogic server by puppet script?
View Articlehow to execute wlst file (weblogic) by puppet script ?
how to execute wlst file (weblogic) by puppet script ?
View Articlerspec puppet directory
Hello, For the below mentioned puppet code, how do I write the rspec puppet tests? Please provide example snippets that has worked. I searched in the Internet but couldn't find relevant answer. file {...
View Articlehow to send email by puppet script for specific user group ?
how to send email by puppet script for specific user group ?
View ArticleVMware host profiles alternative?
I'm not yet a Puppet user, so I'm not fully aware of its capabilities. I'm looking for something to handle VMware ESXi host configuration similar to how their host profiles work. Will Puppet fit the...
View Article