10 lines
84 B
Puppet
10 lines
84 B
Puppet
|
|
# Install lsof
|
|
#
|
|
class lsof {
|
|
|
|
package { "lsof":
|
|
ensure => installed,
|
|
}
|
|
|
|
}
|