Created
December 12, 2012 22:13
-
-
Save lindenle/4272122 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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