puppetfile

Crates.iopuppetfile
lib.rspuppetfile
version0.2.2
sourcesrc
created_at2014-12-22 10:26:42.627715
updated_at2016-04-21 13:02:59.726601
descriptionPuppetfile parser
homepagehttps://github.com/Mayflower/rust-puppetfile
repositoryhttps://github.com/Mayflower/rust-puppetfile
max_upload_size
id622
size91,065
Robin Gloster (globin)

documentation

http://mayflower.github.io/rust-puppetfile

README

rust-puppetfile

Build Status

Small Puppetfile Parser

Usage

let puppetfile = Puppetfile::parse(r##"forge "https://forge.puppetlabs.com"

mod 'mayflower/php', '1.0.1'
        "##);

See examples for another simple example or src/bin/pumuckl.rs as real use case

Documentation

At rust-ci

Pumuckl

Pumuckl checks a Puppetfile for newer versions of modules on the puppet forge Simply run it with:

cargo build
./target/pumuckl path to Puppetfile
Commit count: 72

cargo fmt