pupoxide 0.2.3

A high-performance, memory-safe, declarative configuration management tool inspired by Puppet.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod bootstrap;
pub mod catalog;
pub mod dsl;
pub mod error;
pub mod facts;
pub mod report;
pub mod resource;
pub mod transaction;

pub use bootstrap::*;
pub use catalog::*;
pub use facts::*;
pub use resource::*;
pub use transaction::*;