Displaying 1 result from an estimated 1 matches for "sysclass".
Did you mean:
  syscalls
  
2012 Sep 26
6
Puppet 2.7, hiera 1.0 and hiera as an ENC
...data for the basic class
  - prod/%{application}/%{hostname}        # hostname files for specific 
data
  - prod/%{application}/%{env}                 # environmental data for 
each application (module)
  - prod/%{application}/default                 # default data for an 
application
  - nonprod/%{sysclass}/%{hostname}
  - nonprod/%{sysclass}/%{env}
  - nonprod/%{sysclass}/default             
  
Then to have something like this under the datadir:
#├── global.yaml
#├── basic.yaml
#├── nonprod
#│   ├── app1
#│   │   ├── common-integration.yaml           << Alfresco common 
integration
#│   │...