~ubuntu-branches/ubuntu/lucid/puppet/lucid-security

« back to all changes in this revision

Viewing changes to examples/mcx_dock_default.pp

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2009-12-23 00:48:10 UTC
  • mfrom: (1.1.10 upstream) (3.1.7 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091223004810-3i4oryds922g5n59
Tags: 0.25.1-3ubuntu1
* Merge from debian testing.  Remaining changes:
  - debian/rules:
    + Don't start puppet when first installing puppet.
  - debian/puppet.conf, lib/puppet/defaults.rb:
    + Move templates to /etc/puppet
  - lib/puppet/defaults.rb:
    + Fix /var/lib/puppet/state ownership.
  - man/man8/puppet.conf.8: 
    + Fix broken URL in manpage.
  - debian/control:
    + Update maintainer accordint to spec.
    + Puppetmaster Recommends -> Suggests
    + Created puppet-testsuite as a seperate. Allow the users to run puppet's 
      testsuite.
  - tests/Rakefile: Fix rakefile so that the testsuite can acutally be ran.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
5
5
<plist version="1.0">
6
6
<dict>
7
 
        <key>com.apple.dock</key>
8
 
        <dict>
9
 
                <key>AppItems-Raw</key>
10
 
                <dict>
11
 
                        <key>state</key>
12
 
                        <string>always</string>
13
 
                        <key>upk</key>
14
 
                        <dict>
15
 
                                <key>mcx_input_key_names</key>
16
 
                                <array>
17
 
                                        <string>AppItems-Raw</string>
18
 
                                </array>
19
 
                                <key>mcx_output_key_name</key>
20
 
                                <string>static-apps</string>
21
 
                                <key>mcx_remove_duplicates</key>
22
 
                                <true/>
23
 
                        </dict>
24
 
                        <key>value</key>
25
 
                        <array>
26
 
                                <dict>
27
 
                                        <key>mcx_typehint</key>
28
 
                                        <integer>1</integer>
29
 
                                        <key>tile-data</key>
30
 
                                        <dict>
31
 
                                                <key>file-data</key>
32
 
                                                <dict>
33
 
                                                        <key>_CFURLString</key>
34
 
                                                        <string>/Applications/Mail.app</string>
35
 
                                                        <key>_CFURLStringType</key>
36
 
                                                        <integer>0</integer>
37
 
                                                </dict>
38
 
                                                <key>file-label</key>
39
 
                                                <string>Mail</string>
40
 
                                        </dict>
41
 
                                        <key>tile-type</key>
42
 
                                        <string>file-tile</string>
43
 
                                </dict>
44
 
                                <dict>
45
 
                                        <key>mcx_typehint</key>
46
 
                                        <integer>1</integer>
47
 
                                        <key>tile-data</key>
48
 
                                        <dict>
49
 
                                                <key>file-data</key>
50
 
                                                <dict>
51
 
                                                        <key>_CFURLString</key>
52
 
                                                        <string>/Applications/Safari.app</string>
53
 
                                                        <key>_CFURLStringType</key>
54
 
                                                        <integer>0</integer>
55
 
                                                </dict>
56
 
                                                <key>file-label</key>
57
 
                                                <string>Safari</string>
58
 
                                        </dict>
59
 
                                        <key>tile-type</key>
60
 
                                        <string>file-tile</string>
61
 
                                </dict>
62
 
                        </array>
63
 
                </dict>
64
 
                <key>DocItems-Raw</key>
65
 
                <dict>
66
 
                        <key>state</key>
67
 
                        <string>always</string>
68
 
                        <key>upk</key>
69
 
                        <dict>
70
 
                                <key>mcx_input_key_names</key>
71
 
                                <array>
72
 
                                        <string>DocItems-Raw</string>
73
 
                                </array>
74
 
                                <key>mcx_output_key_name</key>
75
 
                                <string>static-others</string>
76
 
                                <key>mcx_remove_duplicates</key>
77
 
                                <true/>
78
 
                        </dict>
79
 
                        <key>value</key>
80
 
                        <array/>
81
 
                </dict>
82
 
                <key>MCXDockSpecialFolders-Raw</key>
83
 
                <dict>
84
 
                        <key>state</key>
85
 
                        <string>always</string>
86
 
                        <key>upk</key>
87
 
                        <dict>
88
 
                                <key>mcx_input_key_names</key>
89
 
                                <array>
90
 
                                        <string>MCXDockSpecialFolders-Raw</string>
91
 
                                </array>
92
 
                                <key>mcx_output_key_name</key>
93
 
                                <string>MCXDockSpecialFolders</string>
94
 
                                <key>mcx_remove_duplicates</key>
95
 
                                <true/>
96
 
                        </dict>
97
 
                        <key>value</key>
98
 
                        <array/>
99
 
                </dict>
100
 
                <key>contents-immutable</key>
101
 
                <dict>
102
 
                        <key>state</key>
103
 
                        <string>always</string>
104
 
                        <key>value</key>
105
 
                        <false/>
106
 
                </dict>
107
 
                <key>static-only</key>
108
 
                <dict>
109
 
                        <key>state</key>
110
 
                        <string>always</string>
111
 
                        <key>value</key>
112
 
                        <false/>
113
 
                </dict>
114
 
        </dict>
 
7
    <key>com.apple.dock</key>
 
8
    <dict>
 
9
        <key>AppItems-Raw</key>
 
10
        <dict>
 
11
            <key>state</key>
 
12
            <string>always</string>
 
13
            <key>upk</key>
 
14
            <dict>
 
15
                <key>mcx_input_key_names</key>
 
16
                <array>
 
17
                    <string>AppItems-Raw</string>
 
18
                </array>
 
19
                <key>mcx_output_key_name</key>
 
20
                <string>static-apps</string>
 
21
                <key>mcx_remove_duplicates</key>
 
22
                <true/>
 
23
            </dict>
 
24
            <key>value</key>
 
25
            <array>
 
26
                <dict>
 
27
                    <key>mcx_typehint</key>
 
28
                    <integer>1</integer>
 
29
                    <key>tile-data</key>
 
30
                    <dict>
 
31
                        <key>file-data</key>
 
32
                        <dict>
 
33
                            <key>_CFURLString</key>
 
34
                            <string>/Applications/Mail.app</string>
 
35
                            <key>_CFURLStringType</key>
 
36
                            <integer>0</integer>
 
37
                        </dict>
 
38
                        <key>file-label</key>
 
39
                        <string>Mail</string>
 
40
                    </dict>
 
41
                    <key>tile-type</key>
 
42
                    <string>file-tile</string>
 
43
                </dict>
 
44
                <dict>
 
45
                    <key>mcx_typehint</key>
 
46
                    <integer>1</integer>
 
47
                    <key>tile-data</key>
 
48
                    <dict>
 
49
                        <key>file-data</key>
 
50
                        <dict>
 
51
                            <key>_CFURLString</key>
 
52
                            <string>/Applications/Safari.app</string>
 
53
                            <key>_CFURLStringType</key>
 
54
                            <integer>0</integer>
 
55
                        </dict>
 
56
                        <key>file-label</key>
 
57
                        <string>Safari</string>
 
58
                    </dict>
 
59
                    <key>tile-type</key>
 
60
                    <string>file-tile</string>
 
61
                </dict>
 
62
            </array>
 
63
        </dict>
 
64
        <key>DocItems-Raw</key>
 
65
        <dict>
 
66
            <key>state</key>
 
67
            <string>always</string>
 
68
            <key>upk</key>
 
69
            <dict>
 
70
                <key>mcx_input_key_names</key>
 
71
                <array>
 
72
                    <string>DocItems-Raw</string>
 
73
                </array>
 
74
                <key>mcx_output_key_name</key>
 
75
                <string>static-others</string>
 
76
                <key>mcx_remove_duplicates</key>
 
77
                <true/>
 
78
            </dict>
 
79
            <key>value</key>
 
80
            <array/>
 
81
        </dict>
 
82
        <key>MCXDockSpecialFolders-Raw</key>
 
83
        <dict>
 
84
            <key>state</key>
 
85
            <string>always</string>
 
86
            <key>upk</key>
 
87
            <dict>
 
88
                <key>mcx_input_key_names</key>
 
89
                <array>
 
90
                    <string>MCXDockSpecialFolders-Raw</string>
 
91
                </array>
 
92
                <key>mcx_output_key_name</key>
 
93
                <string>MCXDockSpecialFolders</string>
 
94
                <key>mcx_remove_duplicates</key>
 
95
                <true/>
 
96
            </dict>
 
97
            <key>value</key>
 
98
            <array/>
 
99
        </dict>
 
100
        <key>contents-immutable</key>
 
101
        <dict>
 
102
            <key>state</key>
 
103
            <string>always</string>
 
104
            <key>value</key>
 
105
            <false/>
 
106
        </dict>
 
107
        <key>static-only</key>
 
108
        <dict>
 
109
            <key>state</key>
 
110
            <string>always</string>
 
111
            <key>value</key>
 
112
            <false/>
 
113
        </dict>
 
114
    </dict>
115
115
</dict>
116
116
</plist>
117
117
'