Skip to content

Instantly share code, notes, and snippets.

@lindenle
Created December 12, 2012 22:13
Show Gist options
  • Save lindenle/4272122 to your computer and use it in GitHub Desktop.
Save lindenle/4272122 to your computer and use it in GitHub Desktop.
node "test" {
class { "stdlib": stage => setup}
file_line { "foo":
path => "/tmp/foo.txt",
match => "/^monkey.*$/",
line => "monkey,doggy",
}
}
debug: catalog supports formats: b64_zlib_yaml dot pson raw yaml; using pson
err: Could not retrieve catalog from remote server: Error 400 on SERVER: Puppet::Parser::AST::Resource failed with error ArgumentError: Could not find stage setup specified by Class[Stdlib] at /var/lib/puppet-nodes/qa/manifests/test.pp:45 on node test
warning: Not using cache on failed catalog
err: Could not retrieve catalog; skipping run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment