Subversion Repositories camp_sysinfo_client_3

Rev

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

Rev 224 Rev 225
Line 107... Line 107...
107
                     'bindir' => '/usr/local/opt/camp/sysinfo-client',
107
                     'bindir' => '/usr/local/opt/camp/sysinfo-client',
108
                     'confdir' => '/usr/local/etc/camp/sysinfo-client',
108
                     'confdir' => '/usr/local/etc/camp/sysinfo-client',
109
                     'modules' => '((bsd)|(unix)|(all))',
109
                     'modules' => '((bsd)|(unix)|(all))',
110
                     'default group' => 'wheel',
110
                     'default group' => 'wheel',
111
                     'default owner' => 'root',
111
                     'default owner' => 'root',
112
                     'files' => {
-
 
113
                              'actions_sysinfo.conf' => {
112
                     'crontab' => 'chown wheel:root <scriptdir>/actions_sysinfo.conf && ' . 
114
                                    'type' => 'file',
-
 
115
                                    'permission' => '755',
-
 
116
                                    'owner' => '<default owner>:<default group>',
113
                                  'chmod 755 <scriptdir>/actions_sysinfo.conf && ' . 
117
                                    'target' => '/usr/local/opnsense/service/conf/actions.d',
114
                                  'cp -a <scriptdir>/actions_sysinfo.conf /usr/local/opnsense/service/conf/actions.dser && ' .
118
                                    'post action' => 'service configd restart',
115
                                  'service configd restart',
119
                                    'message' => 'No automatic run can be done. Please log in through the webui and enable the sysinfo cron job'
116
                     'message' => 'No automatic run can be done. Please log in through the webui and enable the sysinfo cron job'
120
                                 },
-
 
121
                              },
-
 
122
                 },
117
                 },
123
                  
118
                  
124
                );
119
                );
125
 
120
 
126
# list of libraries used by the system. We will offer to install them if
121
# list of libraries used by the system. We will offer to install them if