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: 5 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 5 years ago)
- Default Branch: master
- Last Pushed: 2025-08-15T04:00:48.000Z (10 months ago)
- Last Synced: 2025-08-20T21:41:09.151Z (10 months ago)
- Topics: dell, perc, percli, puppet
- Language: Ruby
- Homepage:
- Size: 78.1 KB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 5
-
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.")
}
```