diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2014-08-21 14:25:45 -0300 |
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2014-08-21 14:25:45 -0300 |
| commit | f7d71d536c7df54133e09afe719170612403eff1 (patch) | |
| tree | 0309f7f89394cd77c01c476a0ed09c8325ecd252 | |
| parent | fce66fca701503c6f617629581d87bc26bc31c02 (diff) | |
| download | puppet-nodo-f7d71d536c7df54133e09afe719170612403eff1.tar.gz puppet-nodo-f7d71d536c7df54133e09afe719170612403eff1.tar.bz2 | |
Adding nodo::utils::security::bitmask
| -rw-r--r-- | manifests/utils/security/bitmask.pp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/manifests/utils/security/bitmask.pp b/manifests/utils/security/bitmask.pp new file mode 100644 index 0000000..521acca --- /dev/null +++ b/manifests/utils/security/bitmask.pp @@ -0,0 +1,6 @@ +class nodo::utils::security::bitmask { + # You need to manually add https://dl.bitmask.net/apt.key + package { [ 'bitmask', 'leap-keyring' ]: + ensure => present, + } +} |
