We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c54b25 + 0d56868 commit b2c4cd7Copy full SHA for b2c4cd7
lib/puppet/provider/filesystem/aix.rb
@@ -4,8 +4,8 @@
4
Puppet::Type.type(:filesystem).provide :aix do
5
desc 'Manages logical volume filesystems on AIX'
6
7
- confine operatingsystem: :AIX
8
- defaultfor operatingsystem: :AIX
+ confine 'os.name': :AIX
+ defaultfor 'os.name': :AIX
9
10
commands crfs: 'crfs',
11
chfs: 'chfs'
lib/puppet/provider/logical_volume/aix.rb
@@ -3,8 +3,8 @@
3
require 'open3'
Puppet::Type.type(:logical_volume).provide :aix do
desc 'Manages LVM logical volumes on AIX'
commands mklv: 'mklv'
0 commit comments