Subversion Repositories camp_sysinfo_client_3

Rev

Rev 211 | Rev 223 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 211 Rev 218
Line 156... Line 156...
156
                     'opnsense' => {
156
                     'opnsense' => {
157
                        'command'   => 'cpan -i',
157
                        'command'   => 'cpan -i',
158
                        'parameter' => 'LWP'
158
                        'parameter' => 'LWP'
159
                     }
159
                     }
160
                  },
160
                  },
-
 
161
                  'Hash::Merge' => {
-
 
162
                     'debian' => {
-
 
163
                        'command'   => 'apt-get -y install',
-
 
164
                        'parameter' => 'libhash-merge-perl',
-
 
165
                     },
-
 
166
                     'freebsd' => {
-
 
167
                        'command' => 'cpan -i',
-
 
168
                        'parameter' => 'Hash::Merge'
-
 
169
                     },
-
 
170
                     'opnsense' => {
-
 
171
                        'command' => 'cpan -i',
-
 
172
                        'parameter' => 'Hash::Merge'
-
 
173
                     },
-
 
174
                     'ipfire' => {
-
 
175
                        'command' => 'cpan -i',
-
 
176
                        'parameter' => 'Hash::Merge'
-
 
177
                     }
-
 
178
                  },
161
                  'YAML::Tiny' => {
179
                  'YAML::Tiny' => {
162
                     'debian' => {
180
                     'debian' => {
163
                        'command'   => 'apt-get -y install',
181
                        'command'   => 'apt-get -y install',
164
                        'parameter' => 'libyaml-tiny-perl',
182
                        'parameter' => 'libyaml-tiny-perl',
165
                     },
183
                     },