Re: [Puppet Users] Issues referencing a class from another module

2013-10-29 Thread Martin Alfke
Hi Daniel, including modules from other classes is fully supported. You only need to take care on proper module path. What you plan to do sound like the roles and profiles principle. http://www.craigdunn.org/2012/05/239/ hth, Martin On 29 Oct 2013, at 06:23, Daniel Sage

Re: [Puppet Users] Issues referencing a class from another module

2013-10-29 Thread Dan White
(Calvin Hobbes) - Original Message - From: Daniel Sage theheads...@sagestower.com To: puppet-users@googlegroups.com Sent: Tuesday, October 29, 2013 1:23:02 AM Subject: [Puppet Users] Issues referencing a class from another module Hi all, I'm currently experiencing an issue where

Re: [Puppet Users] Issues referencing a class from another module

2013-10-29 Thread Daniel Sage
Hey all, Thanks for the links posted, I'll take a look at them. My immediate problem however is if I run the code I included above, I get this error: Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Could not find class acme_inc::workstation for

[Puppet Users] Issues referencing a class from another module

2013-10-28 Thread Daniel Sage
Hi all, I'm currently experiencing an issue where a module cannot reference a class from another module. Currently, I've got two modules, workstation and nfs and I'm attempting to use a class from the nfs module inside the workstation module, like so: Workstation module: class