diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-03-24 09:47:44 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-03-24 09:47:44 -0300 |
commit | 62bdf315fb850753ed0a18fc5592c2b93b32ba26 (patch) | |
tree | 26076abee116b872810af863377926e111e51133 /manifests | |
download | puppet-augeas-62bdf315fb850753ed0a18fc5592c2b93b32ba26.tar.gz puppet-augeas-62bdf315fb850753ed0a18fc5592c2b93b32ba26.tar.bz2 |
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp new file mode 100644 index 0000000..5f2b75b --- /dev/null +++ b/manifests/init.pp @@ -0,0 +1,6 @@ +class augeas { + # Ensure we have augeas + package { [ 'augeas-tools' ]: + ensure => present, + } +} |