Objects matching the expression 'language'
- #480 Language Reference? is gone from wiki (documentation, language, languagereference, reference)
- LanguageEvolution This page is meant as a clearinghouse for discussion of the ongoing evolution of the Puppet language. When necessary, this page will describe how these language changes will be implemented through to the client-side RAL, but generally they will focus on the parser. Accepted Changes (development, language)
- LanguageTutorial The purpose of Puppet's language is to make it easy to specify the resources you need to manage on the machines you're managing. The language has been developed with a focus on making it easy to handle all kinds of heterogeneity, whether that means different resources for different hosts or different attributes for a similar list of resources. Resources --------- Resources are fundamentally built from a type, a title, and a list of attributes, with each resource type having a specific list of supported attributes. You can find all of the supported resource types, their valid attributes, and documentation for all of it in the TypeReference Type Reference:trac:. Here's a simple example of a resource:: file { "/etc/passwd": owner (documentation, language, tutorial)