From c8e0f0e4191886928d448b4024521f41a70ec17e Mon Sep 17 00:00:00 2001 From: Simon Deziel Date: Wed, 5 Dec 2012 12:58:56 -0500 Subject: Remove files/ to ease submodule usage --- README.markdown | 5 +++++ files/README | 2 -- manifests/init.pp | 4 +++- 3 files changed, 8 insertions(+), 3 deletions(-) delete mode 100644 files/README diff --git a/README.markdown b/README.markdown index ce9d2e7..0d1bc5e 100644 --- a/README.markdown +++ b/README.markdown @@ -3,3 +3,8 @@ ## Custom Ubuntu profiles [custom Ubuntu profiles](https://github.com/simondeziel/aa-profiles) + +To have some Ubuntu specific Apparmor profiles: + + git clone https://github.com/simondeziel/aa-profiles files + diff --git a/files/README b/files/README deleted file mode 100644 index 109a9d5..0000000 --- a/files/README +++ /dev/null @@ -1,2 +0,0 @@ -# To have some Ubuntu specific Apparmor profiles: -# git clone https://github.com/simondeziel/aa-profiles diff --git a/manifests/init.pp b/manifests/init.pp index 48e9da5..4f562c1 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -4,7 +4,9 @@ # Install the Apparmor package and make sure /etc/apparmor.d/local exists. # # Note that custom Ubuntu profiles are availables at: -# https://github.com/simondeziel/aa-profiles +# https://github.com/simondeziel/aa-profiles +# and should be copied/cloned to the "files" directory unless you want to +# use your own custom modules in that same directory. # # === Parameters # -- cgit v1.2.3