Ticket #534 (new enhancement)

Opened 2 years ago

Last modified 9 days ago

add support for "unspecified" configuration entries

Reported by: anonymous Owned by: desai
Priority: major Milestone: Bcfg2 1.2.0 Release
Component: bcfg2-server Version:
Keywords: Cc:

Description

add support for "unspecified" configuration entries.

Imagine I configure some setting properly only for debian and macosx computers. I would like bcfg2 to complain if (someday) I bind (by mistake) some computer that is neither debian nor macosx. Adding an "unspecifed".

for instance:

<FileInfo>
    <Group name='debian'>
      <Permissions owner='root' group='root' perms='0644'/>
    </Group>
    <Group name='macosx'>
      <Permissions owner='root' group='wheel' perms='0644'/>
    </Group>
    <unspecified/>
</FileInfo>

This would allow the one that writes some configuration specification to prevent another one to use in an unwanted way.

Attachments

Change History

Changed 14 months ago by solj

  • milestone set to Bcfg2 1.0 Release

Changed 6 months ago by solj

  • milestone changed from Bcfg2 1.0 Release to Bcfg2 1.0.1 Release

Changed 4 months ago by solj

  • milestone changed from Bcfg2 1.0.1 Release to Bcfg2 1.1.0 Release

Changed 9 days ago by solj

  • type changed from defect to enhancement
  • milestone changed from Bcfg2 1.1.0 Release to Bcfg2 1.2.0 Release

WARNING! You need to establish a session before you can create or edit tickets. Otherwise the ticket will get treated as spam.

Add/Change #534 (add support for "unspecified" configuration entries)

Author



Change Properties
<Author field>
Action
as new
 
Note: See TracTickets for help on using tickets.