Changeset 7

Show
Ignore:
Timestamp:
04/28/06 16:14:10 (3 years ago)
Author:
finley
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/bin/system-state-manager

    • Property svn:keywords set to Id
    r4 r7  
    22 
    33# 
    4 # $Id: packagelist.update.debian 22 2006-03-10 22:04:12Z finley
     4# $Id
    55#  vi:set filetype=perl: 
    66# 
     
    8888    Display version and copyright information. 
    8989 
    90  --quiet 
    91     Shh.  No, not SSH, shhhhh. 
    92  
    9390 --check-in 
    9491    Don't actually _do_ anything to modify this system.  Just check-in 
    9592    with the System State Manager server, and tell me about this machine's 
    9693    current state. 
     94 
     95 --state-file URI 
     96    Where URI is the location of the state definition file you want to use 
     97    with this client.  The URI can be in one of the following forms: 
     98 
     99         http://server.example.com/my_OU/myhostname.example.com 
     100        https://server.example.com/my_OU/i686-smp-desktops.definition 
     101          ftp://server.example.com/my_OU/fabrication-floor-appliances 
     102         file:///etc/system-state-manager/localhost 
     103 
     104    Defaults to the URI specified in /etc/system-state-manager/client.conf. 
     105 
     106 --quiet 
     107    Shh.  No, not SSH, shhhhh. 
    97108 
    98109 
  • trunk/etc/client.conf

    r3 r7  
    33# 
    44 
    5 # my_definition   http://server/OU/FQDN 
    6 # my_definition   https://server/OU/FQDN 
    7 # my_definition   ftp://server/OU/FQDN 
    8 # my_definition   file:///etc/system-state-manager/FQDN 
     5# definition_file   http://server/OU/FQDN 
     6# definition_file   https://server/OU/FQDN 
     7# definition_file   ftp://server/OU/FQDN 
     8# definition_file   file:///etc/system-state-manager/FQDN 
    99 
    10 my_definition file:///etc/system-state-manager/localhost 
     10definition_file file:///etc/system-state-manager/localhost 
    1111