You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/puppet/provider/node_group/puppetclassify.rb
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -31,12 +31,12 @@ def self.friendly_name
31
31
:name=>'name',
32
32
:parent=>'parent',
33
33
:rule=>'rule',
34
-
:variables=>'variables'
34
+
:variables=>'variables',
35
+
:description=>'description',
35
36
}
36
37
end
37
38
38
39
defself.instances
39
-
deprecation_warning('This provider is being deprecated. See https provider at https://github.com/WhatsARanjit/prosvcs-node_manager/blob/https_provider/HTTPS.md')
40
40
$ngs =classifier.groups.get_groups
41
41
$ngs.collectdo |group|
42
42
ngs_hash={}
@@ -57,6 +57,7 @@ def self.instances
57
57
end
58
58
59
59
defself.prefetch(resources)
60
+
deprecation_warning('This provider is being deprecated. See https provider at https://github.com/WhatsARanjit/prosvcs-node_manager/blob/https_provider/HTTPS.md')
0 commit comments