Skip to content

simp/onyxpoint-learning_custom_types

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning Custom Types

This module attempts to clearly delineate the execution of a custom type and provider and demonstrate what you can do with each.

It is meant as a learning and teaching aid and should not be used in production but may be a good place to start when developing a new custom type.

Usage

This module can be installed on a running master to get an idea of what part execute on the master and the client. Or you can run it using puppet apply with the following method.

# Make sure you're using Puppet 3 or higher!

git clone https://github.com/onyxpoint/onyxpoint-learning_custom_types.git
mv onyxpoint-learning_custom_types learning_custom_types
cd learning_custom_types

# Optional
# bundle

rake Run_Walkthrough

Pry

You can also step through the code using Pry,

rake Run_Walkthrough[yes]

Support

Please log tickets and issues in the Learning Custom Types project on GitHub.

Copyright

All code Copyright (C) 2015 Onyx Point, Inc.

About

A Puppet module for assisting with learning custom types and providers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 94.4%
  • Puppet 5.3%
  • Pascal 0.3%