Skip to content

Experimental module design to to manage server and its respective application

Notifications You must be signed in to change notification settings

optionalg/puppet-server-app-scaffolding

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Module Structure for 'Web Server' and 'App'

Manifest files structure

├── app 

│   ├── config.pp 

│   ├── install.pp 

│   ├── manage_credentials.pp (defined type)

│   └── params.pp 

├── app.pp (defined type)

├── config.pp 

├── init.pp 

├── install.pp 

├── params.pp 

└── service.pp

About

Experimental module design to to manage server and its respective application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Puppet 81.7%
  • Ruby 18.3%