~bkerensa/ubuntu/raring/puppet/new-upstream-release

« back to all changes in this revision

Viewing changes to ext/osx/file_mapping.yaml

  • Committer: Benjamin Kerensa
  • Date: 2012-11-21 23:50:52 UTC
  • mfrom: (1.1.30)
  • Revision ID: bkerensa@ubuntu.com-20121121235052-ah7nzabp77sh69gb
New Upstream Release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
directories:
 
2
  lib:
 
3
    path: 'usr/lib/ruby/site_ruby/1.8'
 
4
    owner: 'root'
 
5
    group: 'wheel'
 
6
    perms: '0644'
 
7
  bin:
 
8
    path: 'usr/bin'
 
9
    owner: 'root'
 
10
    group: 'wheel'
 
11
    perms: '0755'
 
12
  'man/man8':
 
13
    path: 'usr/share/man/man8'
 
14
    owner: 'root'
 
15
    group: 'wheel'
 
16
    perms: '0755'
 
17
files:
 
18
  'conf/auth.conf':
 
19
    path: 'private/etc/puppet'
 
20
    owner: 'root'
 
21
    group: 'wheel'
 
22
    perms: '0644'
 
23
  'man/man5/puppet.conf.5':
 
24
    path: 'usr/share/man/man5'
 
25
    owner: 'root'
 
26
    group: 'wheel'
 
27
    perms: '0644'
 
28
  '[A-Z]*':
 
29
    path: 'usr/share/doc/puppet'
 
30
    owner: 'root'
 
31
    group: 'wheel'
 
32
    perms: '0644'
 
33