Skip to content

Commit b2c4cd7

Browse files
authored
Merge pull request #363 from puppetlabs/CAT-2230
(CAT-2230) Update legacy facts
2 parents 3c54b25 + 0d56868 commit b2c4cd7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/puppet/provider/filesystem/aix.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
Puppet::Type.type(:filesystem).provide :aix do
55
desc 'Manages logical volume filesystems on AIX'
66

7-
confine operatingsystem: :AIX
8-
defaultfor operatingsystem: :AIX
7+
confine 'os.name': :AIX
8+
defaultfor 'os.name': :AIX
99

1010
commands crfs: 'crfs',
1111
chfs: 'chfs'

lib/puppet/provider/logical_volume/aix.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
require 'open3'
44
Puppet::Type.type(:logical_volume).provide :aix do
55
desc 'Manages LVM logical volumes on AIX'
6-
defaultfor operatingsystem: :AIX
7-
confine operatingsystem: :AIX
6+
defaultfor 'os.name': :AIX
7+
confine 'os.name': :AIX
88

99
commands mklv: 'mklv'
1010

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy