# File lib/puppet/provider/nameservice/pw.rb, line 9
 9:     def modifycmd(param, value)
10:         cmd = [
11:             command(:pw),
12:             "#{@resource.class.name.to_s}mod",
13:             @resource[:name],
14:             flag(param),
15:             value
16:         ]
17:         return cmd
18:     end