Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

mayflower/rust-puppetfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Small Puppetfile Parser

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages