I am trying to install Tomcat with puppet in CentOS 6, Can I have a clear tutorial to install and run a pupped, I installed the Puppet Enterprise but cannot run an example
I am learning puppet and using this tool install puppet clients on nodes.
puppet node install --login=root --keyfile=~/.ssh/id_rsa --install-script puppet-enterprise --installer-payload ~/puppet/puppet-enterprise-2.7.0-ubuntu-12.04-amd64.tar.gz --installer-answers ~/puppet/installer.answers --puppetagent-certname puppet.node01.example.com 192.168.1.100
Everything seems to work ok.
When you install Alfresco, it gives you an option of having it installed as a service or not.
If you install it as a service, the service starts up on booting but since it's using Tomcat it's too heavy to leave as a background program.
I am using Puppet to install some Python packages using pip.
We are switching over to using puppet for configuration management of our Linux based systems. We have several 3rd party packages which contain custom binary installers (think JDK) and are using RPM to build them into local-only non-distributed packages.
How To Install Alfresco Community 3.3 On Ubuntu Server 10.04 (Lucid
Lynx)
This guide explains how to install Alfresco Community 3.3 on Ubuntu
Server 10.04 (Lucid Lynx). Alfresco is the Open Source Alternative for
Enterprise Content Management (ECM), providing Document Management,
Collaboration, Records Management, Knowledge Management, Web Content
Management and Imaging.
Hi all,
I'm new to the forum and also new to Linux so I hope I'm posting in the right place here.
I have recently made my first Linux install using Fedora 11 and Alfresco with a view to running a PoC ECM server.
i'm on a ubuntu machine when i fail to install jenkins with puppet with the following error:
/etc/puppet/modules/jenkins/manifests# puppet agent --no-daemonize --verbose
notice: Starting Puppet client version 2.7.1
info: Caching catalog for fqdn.myhost.com
err: Could not run Puppet configuration client: Parameter unless failed: 'apt-key list | grep -Fqe 'D50582E6'' is not qualified and no path wa
I'm trying to use puppet to install tomcat on a Windows server. It seems that using an MSI is best for puppet, because you can then use the package provider - which would simplify future upgrades.
I've found loads of links and references to the "Tomcat MSI Installer" online, but all links end up at the Tomcat download page which only has Windows exe files.