~ubuntu-branches/ubuntu/wily/puppet/wily

« back to all changes in this revision

Viewing changes to examples/mcx_nogroup.pp

  • Committer: Package Import Robot
  • Author(s): Stig Sandbeck Mathisen
  • Date: 2014-01-07 12:04:39 UTC
  • mfrom: (3.1.57 sid)
  • Revision ID: package-import@ubuntu.com-20140107120439-42anap22xfs9260x
Tags: 3.4.2-1
ImportedĀ upstreamĀ releaseĀ 3.4.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
mcx { '/Groups/doesnotexist':
2
 
    ensure => 'present',
3
 
    content => '<?xml version="1.0" encoding="UTF-8"?>
4
 
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
5
 
<plist version="1.0">
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>
115
 
</dict>
116
 
</plist>
117
 
'
118
 
}