# manage a puppet standalone installation with no agent class puppet::standalone { # Agent will not start on boot by default include puppet::base include puppet::daemon::disabled class { "puppet::repo": method => "standalone", } }