diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-12-27 21:49:33 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-12-27 21:49:33 -0200 |
commit | a4458293672f3f3f34c21870d929d0bf26aa5ed4 (patch) | |
tree | 7d96dedb1916280d4d3e771ca460556b98458ed3 | |
download | puppet-cherrymusic-a4458293672f3f3f34c21870d929d0bf26aa5ed4.tar.gz puppet-cherrymusic-a4458293672f3f3f34c21870d929d0bf26aa5ed4.tar.bz2 |
Initial import
-rw-r--r-- | .gitignore | 0 | ||||
-rw-r--r-- | manifests/init.pp | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/.gitignore diff --git a/manifests/init.pp b/manifests/init.pp new file mode 100644 index 0000000..d8465f2 --- /dev/null +++ b/manifests/init.pp @@ -0,0 +1,2 @@ +class cherrymusic { +} |