PaloAltoNetworks / iron-skillet

IronSkillet is a set of day-one configuration templates for PAN-OS to enable alignment with security best practices. See the Quick Start section below to get started using the template configurations.
MIT License
200 stars 104 forks source link

IronSkillet 10.0 Timezone Validation Fail Fix #139

Closed BoraMutluoglu closed 3 years ago

BoraMutluoglu commented 3 years ago

Description

Changed the TimeZone snippet within the validation check for the IronSkillet config to allow all options containing "UTC" within them to be valid IronSkillet Configurations.

Motivation and Context

This change was required to fix IronSkillet bug report #136: https://github.com/PaloAltoNetworks/iron-skillet/issues/136

How Has This Been Tested?

Ran IronSkillet against my VM, changed the Timezone manually and ran the updated validation script. It passed for all variations of UTC showing that the change worked.

Types of changes

Checklist