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
pub mod adapter;
pub mod bootstrap;
pub mod certificate;
pub mod facter;
pub mod state_store;

pub use adapter::*;
pub use bootstrap::{AgentRegistryFs, BootstrapRequestManager};
pub use certificate::*;
pub use facter::*;
pub use state_store::*;
pub mod stash;
pub use stash::*;