Resource Type: cisco_acl
- Defined in:
- lib/puppet/type/cisco_acl.rb
- Providers:
-
cisco_ios
Overview
This represents an ACL.
Properties
-
acl
(defaults to: [])
An array of strings describing the ACL according to the cisco syntax
Supported values:- /^(permit|deny)\s+/
-
ensure
(defaults to: present)
The basic property that the resource should be in.
Supported values:- present
- absent
-
type
(defaults to: standard)
The ACL type
Supported values:- standard
Parameters
-
name (namevar)
The ACL’s name.
Supported values:- /^[-_\w]+$/
-
provider
The specific backend to use for this ‘cisco_acl` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.