Skip to content

Commit

Permalink
Ensure legacy ferm rules are absent
Browse files Browse the repository at this point in the history
  • Loading branch information
ypid committed Aug 29, 2016
1 parent 3ab9662 commit bb4f3be
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions defaults/main.yml
Expand Up @@ -412,6 +412,12 @@ lxc__ferm__dependent_rules:
role: 'debops.lxc'
filename: 'lxc_bootp_checksum'
weight: '30'
rule_state: 'absent'

- type: 'custom'
role: 'debops.lxc'
name: 'bootp_checksum'
weight: '30'
rules: |
# Add checksums to BOOTP packets for LXC containers
# https://www.redhat.com/archives/libvir-list/2010-August/msg00035.html
Expand Down

0 comments on commit bb4f3be

Please sign in to comment.