diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-06-19 15:56:20 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-06-19 15:56:20 -0300 |
commit | d4d3f3636f9af2bc28b5d1119a6e8abeaf7f1a46 (patch) | |
tree | 8c4bb03db1a0691ca1b4f2bdf9ad164b2b6675a1 | |
parent | 8f10451e30647e5ee46e9f608c3416f4f56ca63d (diff) | |
download | puppet-nodo-d4d3f3636f9af2bc28b5d1119a6e8abeaf7f1a46.tar.gz puppet-nodo-d4d3f3636f9af2bc28b5d1119a6e8abeaf7f1a46.tar.bz2 |
Oops, nodo::subsystem::apt::repo is a define
-rw-r--r-- | manifests/subsystem/apt/repo.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystem/apt/repo.pp b/manifests/subsystem/apt/repo.pp index 0ea25cd..7a9baf0 100644 --- a/manifests/subsystem/apt/repo.pp +++ b/manifests/subsystem/apt/repo.pp @@ -1,4 +1,4 @@ -class nodo::subsystem::apt::repo( +define nodo::subsystem::apt::repo( $definition, $key_source, $ensure = present, |