Project

General

Profile

Feature #1527

Updated by Ohad Levy about 8 years ago

 
 
 Please could the addition of puppet classes to an operating system be possible just as parameters are for instance. 

 

 Up to now we have been using a 'base' class that all machines are a member of e.g  

  

 /base/service1 
 
 /base/service2 

 

 to define a common layer of puppet deployment however this is starting to break down as  
  
 other operating systems are added such as debian, windows, fedora rawhide where modules 
 
 don't work or are just not sensible. In principal we could improve puppet modules to execute sensibly under 
 
 windows and use a parameter but just about every module would have to be touched. 

 

 In reality it is base of classes per operating system we are looking to deploy.  
  

Back