app_generators/gepetto/templates/manifests/defaults.pp in gepetto-0.0.8 vs app_generators/gepetto/templates/manifests/defaults.pp in gepetto-0.0.9
- old
+ new
@@ -1,10 +1,10 @@
# Some useful defaults
Exec { path => "/usr/bin:/usr/sbin/:/bin:/sbin:/usr/local/bin:/usr/local/sbin" }
File {
- ignore => ['.svn', '.git', 'CVS' ],
+ ignore => ['.svn', '.git', 'CVS', '*~' ],
checksum => md5,
owner => root, group => root,
backup => server
}