Ignore:
Timestamp:
Aug 15, 2012, 3:33:27 PM (12 years ago)
Author:
joergs
Message:

added standard header

File:
1 edited

Legend:

Unmodified
Added
Removed
  • opsi/server/dass-opsi-tools/usr/bin/opsi-client

    r1054 r1055  
    11#!/usr/bin/env python
    22
     3"""ospi-client: performs operation for opsi clients on opsi server via JSON-RPC."""
     4
     5__author__ = "Jörg Steffens"
     6__copyright__ = "Copyright 2012, dass IT GmbH"
     7__license__ = "GPL"
     8__version__ = "1.0"
     9__email__ = "joerg.steffens@dass-it.de"
     10
     11#
    312# Skript, dass ein OPSI-Rechner-Eintrag kopiert.
    413# D.h. die Produkte, Anforderung.
    514# Ggf. optional Stand und ggf. Versionsnummer
    615# Ggf. optional ProductProperties
     16#
    717
    818#self.command("opsi-admin -d method host_createOpsiClient "+ \
     
    1020        #" \\'created by dassadmin\\' " + mac_address + " " + \
    1121        #ip_address)
    12 #method host_createOpsiClient id *opsiHostKey *description *notes *hardwareAddress *ipAddress *inventoryNumber *oneTimePassword *created *lastSeen
    1322#self.command("opsi-admin -d method configState_create clientconfig.depot.id " + \
    1423        #computername + " " + depotName)                       
Note: See TracChangeset for help on using the changeset viewer.