https://github.com/lsst-it/puppet-dellperc
Provides the `has_dellperc` fact
https://github.com/lsst-it/puppet-dellperc
dell perc percli puppet
Last synced: 6 months ago
JSON representation
Provides the `has_dellperc` fact
- Host: GitHub
- URL: https://github.com/lsst-it/puppet-dellperc
- Owner: lsst-it
- License: apache-2.0
- Created: 2021-08-10T21:28:33.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-04T22:05:44.000Z (9 months ago)
- Last Synced: 2024-12-16T11:52:57.520Z (6 months ago)
- Topics: dell, perc, percli, puppet
- Language: Ruby
- Homepage:
- Size: 73.2 KB
- Stars: 1
- Watchers: 9
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# dellperc
* 
## Table of Contents
1. [Overview](#overview)
1. [Usage - Configuration options and additional functionality](#usage)## Overview
Provides the `has_dellperc` fact used to determine if a system has a Dell PERC
RAID controller installed.## Usage
```puppet
if $facts['has_dellperc'] {
notice("Dude, you're getting a Dell... rebranded LSI RAID controller.")
}
```