diff options
author | Scott Moser <smoser@ubuntu.com> | 2014-02-10 15:48:41 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2014-02-10 15:48:41 -0500 |
commit | 485f790e712dfd317a21e10ef17e231bcabaf910 (patch) | |
tree | 15903be43eec6969e7997ecc2c36f0a6890f787e /tools/sudo | |
parent | 2f14aa401ca1dd1d202e4b1abb4292b0d30c2c36 (diff) | |
download | vyos-cloud-init-485f790e712dfd317a21e10ef17e231bcabaf910.tar.gz vyos-cloud-init-485f790e712dfd317a21e10ef17e231bcabaf910.zip |
remove the 'tools/sudo' file and references in cloud-init.spec.in
I'm not really sure what the function of tools/sudo was, and it was definitely
not required for fixing the rpm build.
Diffstat (limited to 'tools/sudo')
-rw-r--r-- | tools/sudo | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/sudo b/tools/sudo deleted file mode 100644 index af2f3317..00000000 --- a/tools/sudo +++ /dev/null @@ -1,3 +0,0 @@ -Cmnd_Alias CI = /bin/bash -root ALL=(nobody) NOPASSWD: CI -Defaults!CI !requiretty |