...
This file should contain one line containing:
deb http://cloudstack.apt-get.eu/ubuntu
precise 4.0
We have to change the 4.0 into 4.1 so it looks like:
deb http://cloudstack.apt-get.eu/ubuntu
precise 4.1
Now update your apt package list:
$ apt-get update
...