Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. file { '/etc/bash_completion.d/symfony2-autocomplete.bash':
  2. ensure => present,
  3. owner => 'vagrant',
  4. group => 'vagrant',
  5. mode => '0777',
  6. require => Package['bash-completion'],
  7. content => template('extras/symfony2-autocomplete.bash'),
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement