diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2016-09-23 20:21:41 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2016-09-23 20:21:41 -0300 | 
| commit | 0427a314c3b8bef2a46dac43f7bea41eb33612fd (patch) | |
| tree | 8caf5c5d1181f50a89413598f99c3351ad12cb94 /manifests/utils/web/console.pp | |
| parent | db03a0e084e5f15fe67a7de1d4fbec0d9a404536 (diff) | |
| download | puppet-nodo-0427a314c3b8bef2a46dac43f7bea41eb33612fd.tar.gz puppet-nodo-0427a314c3b8bef2a46dac43f7bea41eb33612fd.tar.bz2  | |
Utils: more cleanup and organization
Diffstat (limited to 'manifests/utils/web/console.pp')
| -rw-r--r-- | manifests/utils/web/console.pp | 10 | 
1 files changed, 10 insertions, 0 deletions
diff --git a/manifests/utils/web/console.pp b/manifests/utils/web/console.pp new file mode 100644 index 0000000..646cb9e --- /dev/null +++ b/manifests/utils/web/console.pp @@ -0,0 +1,10 @@ +class nodo::utils::web::console { +  package { [ +    'links', +    'elinks', +    'surfraw', +    'w3m', +  ]: +    ensure => installed, +  } +}  | 
