Skip to content

Instantly share code, notes, and snippets.

@blkperl
Created March 27, 2014 23:51
Show Gist options
  • Select an option

  • Save blkperl/9821825 to your computer and use it in GitHub Desktop.

Select an option

Save blkperl/9821825 to your computer and use it in GitHub Desktop.
future parser $:fqdn puppet apply
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