Advertisement
Guest User

Untitled

a guest
Jan 15th, 2015
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. PS C:\Users\idownard> puppet resource file C:\Windows > here.pp
  2. PS C:\Users\idownard> cat here.pp
  3. file { 'C:\Windows':
  4. ensure => 'directory',
  5. ctime => '2009-07-14 03:20:08 +0000',
  6. group => 'S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464',
  7. mode => '2000770',
  8. mtime => '2015-01-14 22:17:49 +0000',
  9. owner => 'S-1-5-80-956008885-3418522649-1831038044-1853292631-2271478464',
  10. type => 'directory',
  11. }
  12. PS C:\Users\idownard> puppet parser validate here.pp
  13. Error: Could not parse for environment production: Could not match  ■f i l e at C:/Users/idownard/here.pp:1
  14. PS C:\Users\idownard>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement