Displaying 2 results from an estimated 2 matches for "using_multiple_environ".
2011 Apr 05
6
Node classifier not loading any defined classes
...ver, when I run it I am not getting any
classes except those that are defined in default.
Rather than going into detail showing all of my configurations right
off the bat, I have a question:
I just stood up a "development" environment using
http://projects.puppetlabs.com/projects/1/wiki/Using_Multiple_Environments
as my base.
In my puppet.conf on puppetmaster I have
cat /etc/puppet.conf
[main]
<snip>
manifest = /etc/puppet/manifests/site.pp
modulepath = /etc/puppet/modules
[development]
manifest = /etc/puppet_devel/manifests/site.pp
modulepath = /etc/puppet_devel/modules
node_terminus = exec
ex...
2011 Feb 23
1
web app deployment on a Debian server
Hello,
I would like to ask your advice for the simplest method to do deployment on a debian server. From my perspective the system should look something like this :
# web server node
node "prod.domain.com" inherits webserver {
webapp::project{app1:
domain => "app1.com",
package => "app1",
version => ''1.1.2''