Created
March 27, 2014 23:51
-
-
Save blkperl/9821825 to your computer and use it in GitHub Desktop.
future parser $:fqdn puppet apply
This file contains hidden or 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
| fab02:~# puppet --version | |
| 3.4.3 | |
| fab02:~# cat test.pp | |
| class bar { | |
| notify { $:fqdn: } | |
| } | |
| class { 'bar': } | |
| fab02:~# puppet apply --parser=future test.pp | |
| Error: Could not parse for environment production: Could not match $:fqdn: on node fab02.cecs.pdx.edu | |
| Error: Could not parse for environment production: Could not match $:fqdn: on node fab02.cecs.pdx.edu |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment