Package: cloud-init Version: 0.7.6~bzr976-2 Severity: minor I have an EC2 instance which I use for testing. From time to time, I reinstall it from scratch and compare the old /etc and the new /etc.
Today I see this: --- 90-cloud-init-users 2015-05-31 12:02:06.000000000 +0200 +++ /etc/sudoers.d/90-cloud-init-users 2015-06-08 16:05:53.204000000 +0200 @@ -1,4 +1,4 @@ -# Created by cloud-init v. 0.7.6 on Sun, 31 May 2015 10:02:06 +0000 +# Created by cloud-init v. 0.7.6 on Mon, 08 Jun 2015 14:05:53 +0000 # User rules for admin admin ALL=(ALL) NOPASSWD:ALL Would be possible to drop at least the date? Think about "reproducible installs". There is not a project like that yet, but since we have "reproducible builds" I think it makes sense that the install itself is reproducible as well. Moreover, we have etckeeper and the date is already in the file timestamp. Thanks. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

