diff options
-rw-r--r-- | README.markdown | 5 | ||||
-rw-r--r-- | files/README | 2 | ||||
-rw-r--r-- | manifests/init.pp | 4 |
3 files changed, 8 insertions, 3 deletions
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 # |