aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystem/macchanger.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-08-24 17:34:51 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-08-24 17:34:51 -0300
commitf92d0e8d42835473b46615c903d1a56652d45420 (patch)
tree3fc4f2e07c6f938a32b2f75b17c25949060ded83 /manifests/subsystem/macchanger.pp
parent26727a6ad879ba4df22ad8e9cbe94ca0b329599a (diff)
downloadpuppet-nodo-f92d0e8d42835473b46615c903d1a56652d45420.tar.gz
puppet-nodo-f92d0e8d42835473b46615c903d1a56652d45420.tar.bz2
MAC Changer support
Diffstat (limited to 'manifests/subsystem/macchanger.pp')
-rw-r--r--manifests/subsystem/macchanger.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/subsystem/macchanger.pp b/manifests/subsystem/macchanger.pp
new file mode 100644
index 0000000..f5e5438
--- /dev/null
+++ b/manifests/subsystem/macchanger.pp
@@ -0,0 +1,5 @@
+class nodo::subsystem::macchanger {
+ package { 'macchanger':
+ ensure => present,
+ }
+}